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

C Interview Questions
Questions Answers Views Company eMail

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

ME, Wipro,

6 18314

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

ME,

4 16952

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

ME, pspl,

3 30991

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

ME,

13 27706

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

ME,

2 18677

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

ME,

3 15200

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

ME,

21 44465

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

ME,

17 23113

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

ME,

6 19719

what is the maximum no. of bytes calloc can allocate

Mphasis,

4 10131

how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

RMSI,

19 24196

what is the use of using linked list and array?

Infosys, TCS,

10 15892

What is the diffences between Windows XP and Windows Visa

Aricent, FHF,

1 7991

The differences between Windows XP and Windows Visa

HCL,

8 11683

why should i select you?

Wipro,

21 26541


Post New C Questions

Un-Answered Questions { C }

Place the #include statement must be written in the program?

1041


How will you delete a node in DLL?

1294


Explain what are global variables and explain how do you declare them?

1171


Write the control statements in C language

1208


What is a volatile keyword in c?

1165


Why do we use main function?

1181


Write a program to print fibonacci series using recursion?

1064


What is modifier & how many types of modifiers available in c?

1032


What's a good way to check for "close enough" floating-point equality?

1165


How main function is called in c?

1127


What is the significance of scope resolution operator?

1414


What are different storage class specifiers in c?

1096


What is d'n in c?

1124


What is typedef?

1430


what is the height of tree if leaf node is at level 3. please explain

2153