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

What is the difference between %d and %*d in C

3 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  






How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


What is getch c?

0 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


how do we remove the printed character in printf statement and write next it it

1 Answers  


Example of friendly function in c++

2 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


Categories