What are the main characteristics of c language describe the structure of ac program?


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

Post New Answer

More C Interview Questions

helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


Is null equal to 0 in sql?

0 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


Can main () be called recursively?

0 Answers  


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  






enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


what is memory leak?

3 Answers  


who is the father of c

4 Answers   Infosys,


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Categories