What does %d do?
No Answer is Posted For this Question
Be the First to Post Answer
Is main() function predfined or userdefined?
What does 3 mean in texting?
What is sizeof array?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is this pointer in c plus plus?
what is difference between overriding and overloading?
how many times of error occur in C
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
program to find the ASCII value of a number
Why is c called "mother" language?
What is the difference between %d and %i?
Why can’t we compare structures?