Without using main fn and semicolon,print remainder for a
given number in C language
Answer Posted / 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 |
Post New Answer View All Answers
What is a double c?
When is a “switch” statement preferable over an “if” statement?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the correct declaration of main?
write a program to concatenation the string using switch case?
Describe how arrays can be passed to a user defined function
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Do you know what are bitwise shift operators in c programming?
if p is a string contained in a string?
Explain what is the difference between functions abs() and fabs()?
What is a macro?
Explain what math functions are available for integers? For floating point?
What is the use of structure padding in c?
Explain the Difference between the New and Malloc keyword.
What is scope rule of function in c?