Explain the Difference between the New and Malloc keyword.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is wrong in this statement?
how to implement stack operation using singly linked list
How many levels of pointers have?
What are the 32 keywords in c?
How can I call a function with an argument list built up at run time?
What does do in c?
what is c
What is a keyword?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
number of times a digit is present in a number
how to make a scientific calculater ?