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...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

ME C Interview Questions
Questions Answers Views Company eMail

how many header file is in C language ?

44 80685

Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 14060

main() { clrscr(); } clrscr();

6 18282

enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 16916

void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 30966

main() { int i=400,j=300; printf("%d..%d"); }

13 27665

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 18652

main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 15174

void main() { int i=5; printf("%d",i++ + ++i); }

21 44316

void main() { int i=5; printf("%d",i+++++i); }

17 23010

#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 19664

Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 9218

int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 4108

Post New ME C Interview Questions




Un-Answered Questions

How many sockets can a port have?

858


Sell me this object?

1103


Explain the working of templates?

1019


What is the difference between unenforced and enforced licence keys?

99


why we cant measure absolute entropy directly,but the change we can?

2337


What is the very first thing you must specify in a solidity file?

1


Can you tell how to find the number of rows in a resultset using php?

898


How to provide login information for a new odbc dsn?

1046


Explain what are the two main string operators?

937


How can hexavalent chromium be removed from aqueous waste streams?

1086


What is isr? Can they be passed any parameter and can they return a value?

978


What kind of testing should we need to perform while testing Mobile web ?

1911


In which book we can learn in detail of closing stock valuation. And if any site is available kindly help.

1873


New html element?

802


Which daemon is used for scheduling of the commands?

1038