What are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to count the number of bits which are set in a value?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is string constants?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What is array of structure in c programming?
What are the advantages of Macro over function?
What are identifiers c?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Explain 'bit masking'?
explain about storage of union elements.
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?