What is c programming structure?


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

Post New Answer

More C Interview Questions

What is strcmp in c?

0 Answers  


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Can a program have multiple main() functions?

1 Answers  


differnce between do and do while

3 Answers   DOEACC,


Give a method to count the number of ones in a 32 bit number?

4 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


What language is c written?

0 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


What is pragma c?

0 Answers  


dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?

4 Answers  


Categories