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
Can you subtract pointers from each other? Why would you?
Write a C program to count the number of email on text
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Can we assign string to char pointer?
What is the difference between test design and test case design?
How can I get random integers in a certain range?
What is meant by preprocessor in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Explain the difference between structs and unions in c?
Can you pass an entire structure to functions?
how to count no of words,characters,lines in a paragraph.
Explain null pointer.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
How can you find out how much memory is available?