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

Can you write the function prototype, definition and mention the other requirements.

Adobe,

1137

What are conditional operators in C?

Adobe,

1100

Tell us two differences between new () and malloc ()?

Adobe,

1193

What is calloc()?

Adobe,

1071

When should structures be passed by values or by references?

Adobe,

1043

Write the syntax and purpose of a switch statement in C.

Adobe,

1109

Explain a file operation in C with an example.

Amdocs,

1119

Tell me about low level programming languages.

Amdocs,

1132

In C language, a variable name cannot contain?

1278

The __________ attribute is used to announce variables based on definitions of columns in a table?

1207

What are high level languages like C and FORTRAN also known as?

1176

What are two dimensional arrays alternatively called as?

1185

What does a pointer variable always consist of?

1101

What is the collection of communication lines and routers called?

1124

What is the size of array float a(10)?

1143


Post New C Questions

Un-Answered Questions { C }

What is a constant?

1063


What do you mean by keywords in c?

1153


What is the difference between Printf(..) and sprint(...) ?

1539


What is void pointers in c?

1006


Is it possible to have a function as a parameter in another function?

1081


Where does the name "C" come from, anyway?

1166


What is 2c dna?

1081


What does c mean in standard form?

1180


Explain the process of converting a Tree into a Binary Tree.

2666


What is the difference between a free-standing and a hosted environment?

1148


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2312


Write a program to swap two numbers without using the third variable?

1069


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1279


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

1081


What are local static variables?

1152