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


Please Help Members By Posting Answers For Below Questions

Is python a c language?

558


Explain how are 16- and 32-bit numbers stored?

789


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

621


What is an expression?

664


What is the best way to store flag values in a program?

583






Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5814


Explain the advantages and disadvantages of macros.

632


What is atoi and atof in c?

622


How many levels of pointers have?

602


What do you mean by c?

597


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1637


Define circular linked list.

577


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1530


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

613


Why isn't any of this standardized in c? Any real program has to do some of these things.

630