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 9298

Why preprocessor should come before source code?

2 4835

What is a far pointer?What is the utility?

4 6758

Difference between null pointer and dangling pointer?

GE, Wipro,

7 22720

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 7317

what are the languages used in c#?

Infosys,

3 5818

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 6497

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

8 16900

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

iLantus, Subex,

1 7496

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

Subex,

6 13472

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

TCS,

2066

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 5789

Total of how many functions are available in c?

3 6213

size maximum allocated by calloc()

DELL,

3 8994

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 7908


Post New C Questions

Un-Answered Questions { C }

Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

3195


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

1157


Tell me about low level programming languages.

1192


Write a program to show the change in position of a cursor using c

1126


simple program of graphics and their output display

2052


What do the functions atoi(), itoa() and gcvt() do?

1248


Define Array of pointers.

1159


What is difference between far and near pointers?

1109


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1148


How do c compilers work?

1201


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.

1160


Why doesnt the call scanf work?

1248


What are global variables and explain how do you declare them?

1186


What do you understand by friend-functions? How are they used?

1258


Why do we need a structure?

1083