What is difference between %d and %i in c?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the difference between = and == symbols in c programming?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the purpose of the fflush() function in C?
can v write main() { main(); } Is it true?
Explain how can you tell whether two strings are the same?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
WHAT IS PRE POSSESSORS?
If you know then define #pragma?
How many identifiers are there in c?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
How to add two numbers without using semicolon at runtime