i have a written test for microland please give me test
pattern
No Answer is Posted For this Question
Be the First to Post Answer
int x=sizeof(!5.856); What will value of variable x?
What are the 32 keywords in c?
Why array starts with index 0
ABCDCBA ABC CBA AB BA A A
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Write a program to print fibonacci series using recursion?
What are the types of assignment statements?
What is the use of bitwise operator?
What is a static function in c?
Explain command-line arguments in C.
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
difference between semaphores and mutex?