What is the difference between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf("hello%d",print("QUARK test?")); }
There seem to be a few missing operators ..
Why is it important to memset a variable, immediately after allocating memory to it ?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
what is use#in c
? ???Mirror Mirror on the wall????????
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What is getche() function?
what is difference between ANSI structure and C99 Structure?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Who is invented by c?
what is the use of ‘auto’ keyword?