what is the basis for selection of arrays or pointers as
data structure in a program
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong in this statement? scanf(“%d”,whatnumber);
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is variable initialization and why is it important?
char ch=10;printf("%d",ch);what is the output
When we use void main and int main?
What are macros in C?
What functions are in conio h?
What is the stack in c?
Write a program to find the biggest number of three numbers in c?
Describe wild pointers in c?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
What is d'n in c?