What is indirection in c?
No Answer is Posted For this Question
Be the First to Post Answer
What functions are used for dynamic memory allocation in c language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain that why C is procedural?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Explain what is #line used for?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is volatile, register definition in C
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How does memset() work in C?
Is c is a low level language?
name the language for writing c compiler?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?