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

WHOT IS CHAR?

TCS,

4 6506

WHAT IS INT?

Accenture,

8 10320

WHAT IS FLOAT?

3 5113

WHAT IS HEADER?

ProKarma, TCS,

8 13100

WHAT IS PRE POSSESSORS?

TATA,

6 10707

Why we not create function inside function.

2154

how to write a c program to print list of fruits in alpabetical order?

2251

main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

Amazon, HCL, Thought Works,

5 22353

What is C language ?

Jekson,

1915

2. What does static variable mean?

2 5057

write a program to display numbers from 1 to 10 and 10 to 1?

2 5834

write a program in c language to print your bio-data on the screen by using functions.

College School Exams Tests, IBM,

6 66395

write a program in c language to print your bio-data on the screen by using functions.

6749

#include int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

Infosys,

15 30532

write a program for fibonaci series by using while loop in c?

2 5253


Post New C Questions

Un-Answered Questions { C }

What is the use of in c?

964


Explain how can I manipulate strings of multibyte characters?

1171


Describe the header file and its usage in c programming?

1031


When can you use a pointer with a function?

1012


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2755


Why double pointer is used in c?

1002


Why is c so popular?

1124


What are the different types of pointers used in c language?

1010


Write a program to reverse a given number in c language?

1069


Define recursion in c.

1216


Does c have function or method?

951


What type of function is main ()?

1008


Can you please explain the difference between malloc() and calloc() function?

1065


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1959


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

2276