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 the difference between #include and #include "stdio.h" ?

3 9167

Why preprocessor should come before source code?

2 4744

What is a far pointer?What is the utility?

4 6577

Difference between null pointer and dangling pointer?

GE, Wipro,

7 22507

1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 7165

what are the languages used in c#?

Infosys,

3 5709

write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 6363

write a 'c' program to sum the number of integer values

8 16665

How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

iLantus, Subex,

1 7428

Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

Subex,

6 13269

hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

TCS,

2028

I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 5684

Total of how many functions are available in c?

3 6083

size maximum allocated by calloc()

DELL,

3 8892

we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

Google,

4 7754


Post New C Questions

Un-Answered Questions { C }

Why do we use stdio h and conio h?

1101


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1311


What are different storage class specifiers in c?

1102


What is #include stdlib h?

1113


Can you define which header file to include at compile time?

1028


Why does this code crash?

1106


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1069


What is difference between far and near pointers?

1060


How does struct work in c?

1097


Can we initialize extern variable in c?

1145


What is the role of this pointer?

1078


What is else if ladder?

1030


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1143


Write a C program to count the number of email on text

1924


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1186