What is graph in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getche()?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is an example of structure?
Write a program for Overriding.
What is a macro?
1,1,5,17,61,217,?,?.
What is huge pointer in c?
what does ‘Bus Error’ mean?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What are the types of pointers in c?
What is fflush() function?