Explain what is the general form of a c program?


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

Post New Answer

More C Interview Questions

Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


what is the difference between c and c++?

7 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  






#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


What is a const pointer?

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


What do you mean by invalid pointer arithmetic?

0 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


Categories