Read N characters in to an array . Use functions to do all
problems and pass the address of array to function.
2. Enter alphanumeric characters and form 2 array alphaets
and digits.Also print the count of each array.
No Answer is Posted For this Question
Be the First to Post Answer
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain pointers in c programming?
what will be the output for the following main() { printf("hi" "hello"); }
Explain goto?
Why do u use # before include in a C Progam?
What is Full Form of C and Why We use C
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
what does ‘segmentation violation’ mean?
Differentiate fundamental data types and derived data types in C.
largest Of three Number using without if condition?
Can a pointer be volatile in c?