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 spaghetti programming?
Explain what is wrong in this statement?
Why can’t we compare structures?
What the different types of arrays in c?
write a c program to find the sum of five entered numbers using an array named number
Explain a file operation in C with an example.
How can I trap or ignore keyboard interrupts like control-c?
What are the 4 types of functions?
int i=10; printf("%d %d %d", i, i=20, i);
#include
What is the use of getch ()?
What is structure padding and packing in c?
Is c easy to learn?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Is c procedural or object oriented?