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
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is the purpose of void pointer?
How many identifiers are there in c?
What is strcmp in c?
Explain what is a program flowchart and explain how does it help in writing a program?
How can I call fortran?
What is the use of pointers in C?
How can I get the current date or time of day in a c program?
Write a program to swap two numbers without using the third variable?
What are disadvantages of C language.
What are the primitive data types in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Why do we use static in c?
What is a constant?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if