What is a void pointer? When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Tell me with an example the self-referential structure?
Is c compiled or interpreted?
FILE PROGRAMMING
can we access one file to one directory?
What is structure packing in c?
what is d pitfalls of registers variables
What are the preprocessor categories?
What is an object?
Is fortran still used today?
What is mean by data types in c?