I came across some code that puts a (void) cast before each call to printf. Why?
No Answer is Posted For this Question
Be the First to Post Answer
what is ram?
what is ans for this scanf(%%d",c);
how to write hello word without using semicolon at the end?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
how many times of error occur in C
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Can we access array using pointer in c language?
What is the difference between int and float?
Why doesnt the call scanf work?
What is meant by global static? why we have to use static variable instead of Global variable
What does it mean when the linker says that _end is undefined?
How many types of operator or there in c?