Program to display given 3 integers in ascending order
What is #line in c?
What is a method in c?
what is ram?
What is the use of keyword VOLATILE in C?
What does typeof return in c?
What is difference between structure and union in c?
if we take a number as a char then can we manipulate(add, subtract) on this number
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));
Explain what is the benefit of using const for declaring constants?
what do you mean by defining a variable in our c code?
what is the use of pointers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none