What is multidimensional arrays
No Answer is Posted For this Question
Be the First to Post Answer
What is a global variable in c?
What are the concepts introduced in OOPs?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the difference between constant pointer and constant variable?
What is a void pointer? When is a void pointer used?
why do some people write if(0 == x) instead of if(x == 0)?
How we can set and clear bit in a byte using macro function?
What is difference between scanf and gets?
What is the difference b/w main() in C language and main() in C++.
Is anything faster than c?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Explain function?