How many types of arrays are there in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
what is the difference between i++ and ++i?
What functions are used for dynamic memory allocation in c language?
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.
Why do we use & in c?
What is the newline escape sequence?
simple program for virtual function?
wtite a program that will multiply two integers in recursion function
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What are identifiers in c?
How many types of arrays are there in c?
write a 'c' program to sum the number of integer values