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

Tell me with an example the self-referential structure?

1029

Tell me what is the purpose of 'register' keyword in c language?

1012

Explain bitwise shift operators?

1251

Can you please explain the difference between syntax vs logical error?

1191

Tell me the use of bit field in c language?

1071

What is ## preprocessor operator in c?

1090

What is the scope of static variables in c language?

1 2046

What are the properties of union in c?

1055

What is the difference between exit() and _exit() function?

1047

What is typedf?

1126

Can we add pointers together?

1060

Explain void pointer?

1048

What is malloc() function?

1165

Do you know what are bitwise shift operators in c programming?

1105

What is the difference between strcpy() and memcpy() function in c programming?

1090


Post New C Questions

Un-Answered Questions { C }

Tell me can the size of an array be declared at runtime?

1048


What is the explanation for prototype function in c?

984


What is the difference between struct and typedef struct in c?

1128


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1054


Why is this loop always executing once?

1058


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1096


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1942


What is build process in c?

1160


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

3296


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.

1751


Explain can the sizeof operator be used to tell the size of an array passed to a function?

1077


What is the full form of getch?

1283


What is the general form of function in c?

1022


write a program in c language to print your bio-data on the screen by using functions.

6789


Disadvantages of C language.

1109