What is identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Why is c called c?
What is the meaning of typedef struct in c?
where are auto variables stored? What are the characteristics of an auto variable?
write a programme to convert temperature from farenheit to celcius?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Can we use visual studio for c?
What does void main return?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
here is a link to download Let_Us_C_-_Yashwant_Kanetkar