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

What is the significance of an algorithm to C programming?

1048

What are actual arguments?

1101

Can i use “int” data type to store the value 32768? Why?

1192

What are reserved words?

1114

What is the advantage of a random access file?

1204

What are multidimensional arrays?

1123

What is an endless loop?

1280

Differentiate Source Codes from Object Codes

1 1589

What is the use of a semicolon (;) at the end of every program statement?

1 1517

How do you generate random numbers in C?

1201

What are the different types of control structures in programming?

1136

When is a “switch” statement preferable over an “if” statement?

1153

Can you pass an entire structure to functions?

1127

What does the format %10.2 mean when included in a printf statement?

1656

What are structure types in C?

1105


Post New C Questions

Un-Answered Questions { C }

What is wild pointer in c with example?

1064


What is pointer & why it is used?

1122


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

3229


write a program to create a sparse matrix using dynamic memory allocation.

4899


How to write a multi-statement macro?

1049


given post order,in order construct the corresponding binary tree

2792


Explain how are portions of a program disabled in demo versions?

1124


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

1118


How can I write a function that takes a format string and a variable number of arguments?

1060


Differentiate abs() function from fabs() function.

1022


Explain what is the purpose of "extern" keyword in a function declaration?

1075


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2442


Differentiate between null and void pointers.

1176


What is file in c language?

1010


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1078