why we are using semicolon at the end of printh statment
Answers were Sorted based on User's Feedback
Answer / sri
every statement must be end with semicolon.so We use
semicolon.
| Is This Answer Correct ? | 5 Yes | 22 No |
How do you override a defined macro?
What does typeof return in c?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
How can a process change an environment variable in its caller?
What is extern variable in c with example?
What is extern c used for?
IS Doon college of Engn.. has good faculty
How can you tell whether two strings are the same?
list the no of files created when c source file is compiled
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
LOGIC OF Bodmas?