What is a void pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Can a void pointer point to a function?
Differentiate between #include<...> and #include '...'
question-how to run a c programme.
main() { int i=400,j=300; printf("%d..%d"); }
Tell me the use of bit field in c language?
Explain argument and its types.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Can include files be nested?
How does the assert() function work?