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 a method in c?

1067

Which is more efficient, a switch statement or an if else chain?

972

How can I read data from data files with particular formats?

1006

How can I recover the file name given an open stream?

954

Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

1051

I heard that you have to include stdio.h before calling printf. Why?

1010

What is the difference between text and binary i/o?

1004

How can I write a function that takes a format string and a variable number of arguments?

1005

How can I generate floating-point random numbers?

1049

Why does everyone say not to use gets?

1034

How do I get an accurate error status return from system on ms-dos?

1077

how should functions be apportioned among source files?

1064

I have a varargs function which accepts a float parameter?

1002

What is hashing in c?

1103

How can I sort a linked list?

984


Post New C Questions

Un-Answered Questions { C }

What are the 4 data types?

970


How can I get random integers in a certain range?

1019


How can I swap two values without using a temporary?

1065


In C language, a variable name cannot contain?

1226


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2439


What are qualifiers and modifiers c?

949


Explain why c is faster than c++?

1009


When was c language developed?

1143


all c language question

2384


What is the use of pragma in embedded c?

1009


What is calloc() function?

1053


If null and 0 are equivalent as null pointer constants, which should I use?

1123


What is scope and lifetime of a variable in c?

996


What is methods in c?

1036


What is the use of getch ()?

1039