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

How do you define structure?

1090

What are 3 types of structures?

1103

What are the types of pointers in c?

1079

What do you mean by c?

1 2403

What are the rules for identifiers in c?

1119

What is huge pointer in c?

1135

What does double pointer mean in c?

1255

What is malloc and calloc?

1103

What is pointer to pointer in c language?

1210

What is a structure member in c?

1050

What is function pointer c?

1188

What is pointer and structure in c?

1277

What is omp_num_threads?

1133

What is build process in c?

1203

What is difference between arrays and pointers?

1149


Post New C Questions

Un-Answered Questions { C }

What is the difference between volatile and const volatile?

1045


What is boolean in c?

1150


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1215


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

4422


How many main () function we can have in a project?

1154


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1444


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

1194


Tell me when would you use a pointer to a function?

1118


How can you call a function, given its name as a string?

1207


Can we compile a program without main() function?

1179


What is the purpose of void in c?

1107


what will be maximum number of comparisons when number of elements are given?

1952


What do you mean by scope of a variable in c?

1055


‎How to define structures? · ‎

1147


Explain goto?

1203