Explain what are multidimensional arrays?
What are the keywords in c?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
what does data structure mean?
program for reversing a selected line word by word when multiple lines are given without using strrev
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
Which function in C can be used to append a string to another string?
What is the purpose of Scanf Print, getchar, putchar, function?
How can you be sure that a program follows the ANSI C standard?
What are the different types of C instructions?
advantages of pointers?
write a program to sort the elements in a given array in c language