What is a null string in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the general description for loop statement and available loop types in c?
What is a structure and why it is used?
What is a node in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Once I have used freopen, how can I get the original stdout (or stdin) back?
What does p mean in physics?
why should i select you?
i want to know the procedure of qualcomm for getting a job through offcampus
Why do we need arrays in c?
Explain the difference between strcpy() and memcpy() function?
Write a program with dynamically allocation of variable.
Why should I prototype a function?