What are the uses of a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of operators are there in c?
What is the difference between a function and a method in c?
What is a class?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
how the compiler treats any volatile variable?Explain with example.
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Is int a keyword in c?
Is python a c language?
what is self refrential structure
What is the default value of local and global variables in c?