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

Explain how many levels deep can include files be nested?

1033

Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1225

Explain how do you list a file’s date and time?

995

Explain what is meant by 'bit masking'?

1128

Explain can static variables be declared in a header file?

1109

Explain what are the different file extensions involved when programming in c?

1055

Explain which function in c can be used to append a string to another string?

1043

Explain what is page thrashing?

1056

Explain what will the preprocessor do for a program?

1011

Explain how do you search data in a data file using random access method?

1075

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

1132

Explain what does the function toupper() do?

1011

Explain how can I write functions that take a variable number of arguments?

1037

Explain what are header files and explain what are its uses in c programming?

1116

Explain how does free() know explain how much memory to release?

1016


Post New C Questions

Un-Answered Questions { C }

What is return type in c?

1084


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

1061


can anyone suggest some site name..where i can get some good data structure puzzles???

2027


What is #include called?

1000


What is the difference between exit() and _exit() function in c?

1025


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1031


What is double pointer in c?

989


Do character constants represent numerical values?

1290


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

1057


Explain high-order bytes.

1068


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

2568


What is void pointers in c?

963


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

1186


If fflush wont work, what can I use to flush input?

1054


how logic is used

1922