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

Disadvantages of C language.

Impetus,

1156

Write a function that will take in a phone number and output all possible alphabetical combinations

Motorola,

1098

Write the Program to reverse a string using pointers.

InterGraph,

1073

What is the advantage of using #define to declare a constant?

Agilent, ZS Associates,

1156

Write a program on swapping (100, 50)

BPL,

1166

Write a program of advanced Fibonacci series.

Aspiring Minds,

1203

What are near, far and huge pointers?

Hexaware, Thomson Reuters, Virtusa,

1112

Write a program for Overriding.

1210

The file stdio.h, what does it contain?

1213

Implement bit Array in C.

GrapeCity,

1199

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

Infosys,

1550

Write a program which returns the first non repetitive character in the string?

Expedia,

1171

Differentiate fundamental data types and derived data types in C.

HCL,

1087

Write a C program in Fibonacci series.

iNautix,

1134

Discuss the function of conditional operator, size of operator and comma operator with examples.

TCS,

1207


Post New C Questions

Un-Answered Questions { C }

How can I ensure that integer arithmetic doesnt overflow?

1253


diff between exptected result and requirement?

2110


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15888


Why do we use header files in c?

1123


What is 2c dna?

1127


What is calloc() function?

1161


#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


The statement, int(*x[]) () what does in indicate?

1203


What are volatile variables in c?

993


What is array of structure in c programming?

1328


Difference between pass by reference and pass by value?

1208


What is the difference between a string and an array?

1259


Is c language still used?

1045


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1133


What are the different types of constants?

1127