What is variable initialization and why is it important?
No Answer is Posted For this Question
Be the First to Post Answer
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
How many parameters should a function have?
inline function is there in c language?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Is c still relevant?
What is a far pointer in c?
Define the scope of static variables.
Which node is more powerful and can handle local information processing or graphics processing?
Why is python slower than c?
What is a constant and types of constants in c?
How can a program be made to print the line number where an error occurs?
What is a macro?