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 the maximum limit of row and column of a matrix in c programming. in linux .
Explain output of printf("Hello World"-'A'+'B'); ?
In a switch statement, what will happen if a break statement is omitted?
What does s c mean in text?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
any string of bits of length 'n' represents a unique non- negative integer between.............?
char p="data"; printf(p);
What is s in c?
write a program in c language for the multiplication of two matrices using pointers?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
Can you write the function prototype, definition and mention the other requirements.