write c program without semicolon
Answer Posted / ramya
#include<stdio.h>
void main()
{
if(printf("sum=%d",(10+20))
{
}
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what are global variables and explain how do you declare them?
What is uint8 in c?
The file stdio.h, what does it contain?
What is pointer to pointer in c?
What does sizeof int return?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are the functions to open and close the file in c language?
Are global variables static in c?
Explain can you assign a different address to an array tag?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is static identifier?
What is getch?
What do you mean by c what are the main characteristics of c language?
c program for searching a student details among 10 student details
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