what is ans for this
scanf(%%d",c);
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
List the variables are used for writing doubly linked list program.
What does 3 mean in texting?
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 program to find lcm and hcf of two numbers??
WHAT IS HIGH LEVEL LANGUAGE?
What's the best way to declare and define global variables?
How can you allocate arrays or structures bigger than 64K?
For what purpose null pointer used?
What is unary operator?
write a program to add two numbers of any size.....(remember any size)
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.