What is multidimensional arrays
No Answer is Posted For this Question
Be the First to Post Answer
Can we compile a program without main() function?
find largest of 3 no
What does extern mean in a function declaration?
writ a program to compare using strcmp VIVA and viva with its output.
why we use pointer in c
Why is c called "mother" language?
What is the explanation for modular programming?
What does double pointer mean in c?
Explain void pointer?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain the use of 'auto' keyword
how can f be used for both float and double arguments in printf? Are not they different types?