What is the function of multilevel pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we make a global variable accessible across files? Explain the extern keyword?
What is cohesion in c?
Why do we use int main?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What are the storage classes in C?
WAP – represent a char in binary format
why program counter is 16 bit?
What is a pointer in c?
What is the purpose of ftell?
A program to allow an input operand and operator from the operator and read on the display and output operand.
What are the types of data files?
What is hungarian notation? Is it worthwhile?