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

What is the difference between constant pointer and constant variable?

749


what is recursion in C

617


What is the size of array float a(10)?

658


Is there anything like an ifdef for typedefs?

705


Explain what are run-time errors?

611






Find MAXIMUM of three distinct integers using a single C statement

624


Why clrscr is used after variable declaration?

1042


Explain bitwise shift operators?

633


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

663


What is a constant and types of constants in c?

605


Explain what are compound statements?

606


Is null a keyword in c?

738


What is array in C

711


Implement bit Array in C.

678


Calculate 1*2*3*____*n using recursive function??

1520