Explain what is the use of a semicolon (;) at the end of every program statement?


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

Post New Answer

More C Interview Questions

1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


Is reference used in C?

1 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


difference between function & structure

9 Answers   Verizon,


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,






What are the preprocessor categories?

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


What is a file descriptor in c?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Differentiate call by value and call by reference?

0 Answers   Cyient,


What is binary tree in c?

0 Answers  


Categories