What is %d used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of #line preprocessor?
how to find out the reverse number of a digit if it is input through the keyboard?
Explain the ternary tree?
convert 0.9375 to binary
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
what is the difference between structure and union?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
How pointer is benefit for design a data structure algorithm?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Write a c program using for loop in switch case?
Explain what happens if you free a pointer twice?
Write the control statements in C language