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

How can I swap two values without using a temporary?

1077

How do I send escape sequences to control a terminal or other device?

1029

What should malloc() do?

1112

How do I round numbers?

973

Here is a neat trick for checking whether two strings are equal

983

How can I change their mode to binary?

1071

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

1145

How do I create a directory? How do I remove a directory (and its contents)?

1115

How can a process change an environment variable in its caller?

1153

I have seen function declarations that look like this

1004

How can I find out the size of a file, prior to reading it in?

1124

What is a pointer variable in c language?

1049

How can I do peek and poke in c?

1048

Did c have any year 2000 problems?

1069

What is the correct declaration of main?

1172


Post New C Questions

Un-Answered Questions { C }

How pointer is different from array?

1030


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

1122


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1220


What is function prototype in c with example?

1019


Dont ansi function prototypes render lint obsolete?

1082


When a c file is executed there are many files that are automatically opened what are they files?

1071


What is wild pointer in c with example?

1031


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1143


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1495


Why is c called c?

976


What is structure pointer in c?

1008


What library is sizeof in c?

1050


How to throw some light on the b tree?

1038


Explain the process of converting a Tree into a Binary Tree.

2626


What are pointers? Why are they used?

1130