What is the difference between array and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers without using semicolon at runtime
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is a pointer value and address in c?
What is #define used for in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
suppose there are five integers write a program to find larger among them without using if- else
Why does everyone say not to use gets?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
why program counter is 16 bit?
What does 4d mean in c?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How can this be legal c?