How many levels of indirection in pointers can you have in a single declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is calloc()?
without a terminator how can we print a message in a printf () function.
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
What is the return type of sizeof?
how to find the binary of a number?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
show how link list can be used to repersent the following polynomial i) 5x+2
String concatenation
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
If the size of int data type is two bytes, what is the range of signed int data type?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?