Why do we need arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Define circular linked list.
Describe the modifier in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain in detail how strset (string handling function works )pls explain it with an example.
Explain what will the preprocessor do for a program?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
How can I return multiple values from a function?
What are c preprocessors?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..