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?

1051

What is pivot in c?

1030

What is quick sort in c?

1093

What is sorting in c plus plus?

980

What is string function in c?

987

What is time complexity c?

1000

Is c functional or procedural?

1 1570

Why c is called free form language?

1024

Why c is called procedure oriented language?

1052

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

1 1740

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.

1337

What is a built-in function in C?

1 1607

In C, What is the #line used for?

2 2214

How can a string be converted to a number?

1023

How can a number be converted to a string?

1 1340


Post New C Questions

Un-Answered Questions { C }

find the sum of two matrices and WAP for it.

1140


Is struct oop?

1010


What is function what are the types of function?

1000


What is typedef struct in c?

1051


What happens if a header file is included twice?

1037


Explain what is the difference between a string and an array?

1171


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(); }

2313


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1061


What are types of structure?

1121


What tq means in chat?

1126


Explain two-dimensional array.

1080


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

1014


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1052


What is a stream?

1146


Write a program that accept anumber in words

1761