What is a null string in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please compare array with pointer?
write a prgram of swapping with 2 valiables
What is memory leak in c?
what about "char *(*(*a[])())();"
What is wrong in this statement?
What is getch () for?
How can a process change an environment variable in its caller?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
write a program in c to print **** * * * * ****
How can I change the size of the dynamically allocated array?
Explain the Difference between the New and Malloc keyword.
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')