Without using main fn and semicolon,print remainder for a
given number in C language
Answer Posted / swamy
we can not print any number with out using main function
and semicolon.
I think
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the meaning of typedef struct in c?
How to declare pointer variables?
What is the difference between near, far and huge pointers?
Does * p ++ increment p or what it points to?
What is memory leak in c?
What does static variable mean in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain low-order bytes.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Is this program statement valid? INT = 10.50;
please explain every phase in the "SDLC" in the dotnet.
what is a function method?give example?
Explain the Difference between the New and Malloc keyword.
Explain how can I open a file so that other programs can update it at the same time?
How can you invoke another program from within a C program?