Is this program statement valid? INT = 10.50;


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

Post New Answer

More C Interview Questions

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


Is c is a high level language?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Why array is used in c?

0 Answers  


Where static variables are stored in c?

0 Answers  






what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


What is optimization in c?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


Categories