What are the different file extensions involved when programming in C?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is meant by gets in c?

0 Answers  


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


How variables are declared in c?

0 Answers  






Is c functional or procedural?

1 Answers  


is assignment operator is arithmatic or not

3 Answers   Infosys,


What is the purpose of sprintf() function?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


What are the storage classes in C?

0 Answers  


Why do we use int main?

0 Answers  


Categories