Without using main fn and semicolon,print remainder for a
given number in C language
Answers were Sorted based on User's Feedback
Answer / ronak pareel
it is easy but you want to use main function
#include<stdio.h>
main()
{
if(printf("
%d",11%10))
}
// In this code at the place of 11 you can write your no
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swamy
we can not print any number with out using main function
and semicolon.
I think
| Is This Answer Correct ? | 0 Yes | 5 No |
whitch value return void main?
How can I recover the file name given an open stream or file descriptor?
Subtract Two Number Without Using Subtraction Operator
In which header file is the null macro defined?
What is difference between class and structure?
to find the program of matrix multiplication using arrays
When the macros gets expanded?
Explain how do you list a file’s date and time?
What are data structures in c and how to use them?
What is void main () in c?
What is infinite loop?
What is anagram in c?