Can a pointer point to null?
What is volatile variable in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is a double c?
write an algorithm and a program to count the number of elements in a circularly singly linked list
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
An array name contains base address of the array. Can we change the base address of the array?
How can I read data from data files with particular formats?
What is the c language function prototype?
What is the use of #define preprocessor in c?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
how to print this pyramid * * * * * * * * * * * * *
Is c dynamically typed?