Is printf a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a[10]; printf("%d",*a+1-*a+3); }
program for validity of triangle from 3 side
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain how do you search data in a data file using random access method?
what is the function of pragma directive in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
How can we open a file in Binary mode and Text mode?what is the difference?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
I need a sort of an approximate strcmp routine?
What is a ternary operator in c?
Do string constants represent numerical values?
What is the difference between formatted&unformatted i/o functions?