Why c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the size of structure in c?

0 Answers  


What is break statement?

0 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


What is "Hungarian Notation"?

0 Answers   Celstream,


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Explain setjmp()?

0 Answers  


What is period operator in c?

3 Answers   Wipro,


b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


What is register variable in c language?

0 Answers  


What is derived datatype in c?

0 Answers  


Categories