String in C Programming

Quiz
•
Computers
•
University
•
Hard
Mohd. Khan
Used 110+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
str1="6/4";
printf("str1");
6/4
str1
None
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is right way to Initialize array?
int num[6] = { 2, 4, 12, 5, 45, 5 };
int n{} = { 2, 4, 12, 5, 45, 5 };
int n{6} = { 2, 4, 12 };
int n(6) = { 2, 4, 12, 5, 45, 5 };
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
An array elements are always stored in ________ memory locations.
sequential
Random
Sequential and Random
None of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what will be printed after Execution of the following program
void main()
{
int a[5]={11,13,56,20,5};
printf("%d",a[2]);
}
garbage value
13
56
20
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if two strings are identical then function strcmp() returns
0
-1
true
none of these
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what will be the output of the program?
#include <stdio.h>
#include<string .h>
void main()
{
char str1[20]="Hello",str2="world";
strcat(str1,str2);
puts(str1);
return 0;
}
Hello
world
Helloworld
none of the above
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
8.Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?
arr[6]
arr[7]
arr{6}
arr{7}
Create a free account and access millions of resources
Similar Resources on Wayground
24 questions
PRA UAS STRUKTUR DATA

Quiz
•
University
25 questions
ict5_mt_w5-6_q2

Quiz
•
12th Grade - University
25 questions
Examen P1 de Programación Estructurada

Quiz
•
University
25 questions
midterm exam. compro (part2)

Quiz
•
University
30 questions
Computer Programming 2

Quiz
•
University
25 questions
Programming Skills C/C++

Quiz
•
University
25 questions
Code Carnival

Quiz
•
University
25 questions
UAS DPK

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University