What are multidimensional arrays?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What will be the output of x++ + ++x?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are the different types of control structures?
What is an auto keyword in c?
how can we use static and extern?and where can we use this?
What is the size of enum in bytes?
What are void pointers in c?
write a program to concatenation the string using switch case?
Is swift based on c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]