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

In which area global, external variables are stored?

3 8414

what is inline function?

2 5544

why program counter is 16 bit?

3 6348

void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 31178

can we define a function in structure?

2 6528

can we declare a function in side the structure?

HCL,

2 4595

can we initialize all the members of union?

2 8165

what is the structure pointer?

Accenture, HCL,

2179

where do we use volatile keyword?

1 4242

Find greatest of two numbers using macro

Bosch, Siemens,

4 37532

what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

HCL,

6 8262

increment operateor (++)and decrament(--) #include #inclide main() { int x=15; while(x!=0) scanf("%d",&x); {

HCL, Syntel, TCS,

2 6175

Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 11120

Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

TCS,

1 12343

Can you write the algorithm for Queue?

College School Exams Tests, TCS,

2174


Post New C Questions

Un-Answered Questions { C }

Is python a c language?

1055


Explain what is the purpose of "extern" keyword in a function declaration?

1125


Is c language still used?

1045


How do we print only part of a string in c?

1078


while initialization of array why we use a[][2] why not a[2][]...?

2401


What is FIFO?

1840


What is structure of c program?

1229


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1445


Write a code to remove duplicates in a string.

1084


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2747


What is the size of structure pointer in c?

1115


What is the use of bitwise operator?

1173


Explain what is the difference between a free-standing and a hosted environment?

1236


Can we change the value of static variable in c?

1077


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1771