What is console in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of "dangling pointers" in C.
what is a stack
Why do we use static in c?
Disadvantages of C language.
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
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?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
print 1-50 with two loop & two print Statement
What is a constant?
What is nested structure in c?
HOW TO HANDLE EXCEPTIONS IN C