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.
Explain what is the difference between the expression '++a' and 'a++'?
Write a program to generate random numbers in c?
Can we increase size of array in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Define function pointers?
What is wrong with this program statement? void = 10;
What are loops in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the best organizational structure?
What are types of structure?
Difference between for loop and while loop?