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 merge sort in c?

1105

What is pivot in c?

1075

What is quick sort in c?

1151

What is sorting in c plus plus?

1023

What is string function in c?

1047

What is time complexity c?

1039

Is c functional or procedural?

1 1631

Why c is called free form language?

1072

Why c is called procedure oriented language?

1102

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 1806

Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

1398

What is a built-in function in C?

1 1665

In C, What is the #line used for?

2 2317

How can a string be converted to a number?

1066

How can a number be converted to a string?

1 1391


Post New C Questions

Un-Answered Questions { C }

#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1097


What are the functions to open and close the file in c language?

1082


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1188


What are derived data types in c?

1128


What is a program?

1334


Explain what standard functions are available to manipulate strings?

1125


What does struct node * mean?

1062


What are keywords c?

1088


What is the easiest sorting method to use?

1234


difference between object file and executable file

6794


What are integer variable, floating-point variable and character variable?

1294


The difference between printf and fprintf is ?

1337


What is the scope of global variable in c?

1033


What is pointer and structure in c?

1274


Write a program to generate the Fibinocci Series

1299