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

When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What is the main differences between C and Embedded C?

9 Answers  


Explain what is operator promotion?

0 Answers  


what are the interview question's in the language c

2 Answers   Nipuna,


write a program to generate address labels using structures?

0 Answers   SJC,


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


Why doesn't C support function overloading?

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Categories