Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Without using main fn and semicolon,print remainder for a
given number in C language

Answers were Sorted based on User's Feedback



Without using main fn and semicolon,print remainder for a given number in C language..

Answer / 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

Without using main fn and semicolon,print remainder for a given number in C language..

Answer / swamy

we can not print any number with out using main function
and semicolon.
I think

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Interview Questions

What functions are used for dynamic memory allocation in c language?

0 Answers  


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


Does c have an equivalent to pascals with statement?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


What is the process to create increment and decrement stamen in c?

0 Answers  


What is const volatile variable in c?

0 Answers  


What are different types of pointers?

0 Answers  


Write a C program in Fibonacci series.

0 Answers   iNautix,


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


Categories