The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answers were Sorted based on User's Feedback
Answer / fazlur rahaman naik & praneeth
a is the answer.i.e semicolon.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / manju
a.semicolon
every statement in a ptogram which is written in c
language can be end with a semicolon. othewise it'l show a
error
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / vivek kumar
Terminator in the 'C' language is
semicolon
| Is This Answer Correct ? | 5 Yes | 2 No |
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
Explain how do you list a file’s date and time?
how to introdu5ce my self in serco
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
When can you use a pointer with a function?
Why is c called c?
What is the code in while loop that returns the output of given code?
How many parameters should a function have?
how can i calculate mean,median,mode by using c program
How to write a C program to determine the smallest among three nos using conditional operator?
How would you obtain the current time and difference between two times?
What are the disadvantages of external storage class?