What is %lu in c?
No Answer is Posted For this Question
Be the First to Post Answer
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the diffrent between while and do while statement ?
What do you mean by invalid pointer arithmetic?
Discuss the function of conditional operator, size of operator and comma operator with examples.
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What do you mean by recursion in c?
What is the difference between ++a and a++?
Explain what are the __date__ and __time__ preprocessor commands?
What is the difference b/w Structure & Union?
Can the sizeof operator be used to tell the size of an array passed to a function?
Where static variables are stored in memory in c?