What is the difference between null pointer and wild pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Why calloc is better than malloc?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How can I invoke another program or command and trap its output?
Why c is a mother language?
write a program to remove duplicate from an ordered char array? in c
How will you delete a node in DLL?
What are the 3 types of structures?
What is difference between main and void main?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Explain the advantages of using macro in c language?