Why C language is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What are the string functions? List some string functions available in c.
Can we access the array using a pointer in c language?
to find the closest pair
What is the difference between getch() and getche()?
Explain the process of converting a Tree into a Binary Tree.
What is union and structure?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What is gets() function?
What is a const pointer, and how does it differ from a pointer to a const?
Why flag is used in c?
Can you return null in c?