What are the advantages of c language?


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

Post New Answer

More C Interview Questions

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 structure in c language?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is the size of structure pointer in c?

0 Answers  


What is getch?

0 Answers  






provide an example of the Group by clause, when would you use this clause

0 Answers  


In C language, a variable name cannot contain?

0 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


what is c

4 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


how to create c progarm without void main()?

1 Answers   NIIT,


How pointer is benefit for design a data structure algorithm?

2 Answers  


Categories