How is a two dimensional array passed to function when the
order of matrix is not known at complie time?
Answer / mr.a
jus pass the name of array.....to a function as it was
getting into a pointer....
| Is This Answer Correct ? | 0 Yes | 0 No |
to find the closest pair
What is the purpose of 'register' keyword in c language?
What is an object?
Explain how can I right-justify a string?
write a program which will count occurance of a day between two dates.
how to reverse string "Hello World" by using pointers only. Without any temp var
how to generate sparse matrix in c
Can I initialize unions?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input