Tell me what is null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is exit() function?
What is n in c?
Why is struct padding needed?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
How do I use strcmp?
What is main function in c?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What are c identifiers?
What are the types of pointers in c?
Write a program on swapping (100, 50)