why we are using semicolon at the end of printh statment

Answers were Sorted based on User's Feedback



why we are using semicolon at the end of printh statment..

Answer / shashi

semicolon is used for terminate the line

Is This Answer Correct ?    38 Yes 1 No

why we are using semicolon at the end of printh statment..

Answer / sri

every statement must be end with semicolon.so We use
semicolon.

Is This Answer Correct ?    5 Yes 22 No

Post New Answer

More C Interview Questions

When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


How can I sort more data than will fit in memory?

0 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


why do we use pointer instead directly acessing the data?

2 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  






How can I call a function with an argument list built up at run time?

0 Answers  


What are c identifiers?

0 Answers  


What is static memory allocation?

0 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


What is the scope of local variable in c?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


what are enumerations in C

0 Answers   TCS,


Categories