What is nested structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
How would you obtain the current time and difference between two times?
Explain why C language is procedural?
Hai what is the different types of versions and their differences
how to create duplicate link list using C???
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why is python slower than c?
i got 75% in all semester am i eligible for your company
What is time null in c?
What's the difference between constant char *p and char * constant p?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Is null valid for pointers to functions?