How do you print an address?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof int in c?
Is main is a keyword in c?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
write a c program to find largest of three numbers using simple if only for one time.
How can I get back to the interactive keyboard if stdin is redirected?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
What is the right type to use for boolean values in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is a #include preprocessor?
What are disadvantages of C language.