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 6796

WHAT IS INT?

Accenture,

8 10840

WHAT IS FLOAT?

3 5357

WHAT IS HEADER?

ProKarma, TCS,

8 13598

WHAT IS PRE POSSESSORS?

TATA,

6 11108

Why we not create function inside function.

2252

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

2362

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

Amazon, HCL, Thought Works,

5 22718

What is C language ?

Jekson,

2018

2. What does static variable mean?

2 5263

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

2 6050

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

College School Exams Tests, IBM,

6 66917

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

6838

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

Infosys,

15 31536

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

2 5442


Post New C Questions

Un-Answered Questions { C }

What are the functions to open and close file in c language?

1260


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1962


What is console in c language?

1139


How can variables be characterized?

2238


Explain main function in c?

1134


What is difference between main and void main?

1286


Explain what is the general form of a c program?

1143


Explain two-dimensional array.

1129


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1918


What is null in c?

1153


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16918


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4256


What is the purpose of 'register' keyword in c language?

1074


List the different types of c tokens?

1120


Which built-in library function can be used to match a patter from the string?

1347