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
Why is C language being considered a middle level language?
What is the symbol indicated the c-preprocessor?
how to introdu5ce my self in serco
Does c have circular shift operators?
What is the difference between struct and union in C?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is a ternary operator in c?
Why c is called object oriented language?
Is python a c language?
What is a program flowchart and explain how does it help in writing a program?
Is c weakly typed?
What are keywords in c with examples?
Can two or more operators such as and be combined in a single line of program code?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are the types of operators in c?