What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
what is the basis for selection of arrays or pointers as data structure in a program
What is a list in c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What is a macro, and explain how do you use it?
What should be keep precautions while using the recursion method?
why we use "include" word before calling the header file. is there any special name for that include??????
Toggle nth bit in a given integer - num
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Why isnt there a numbered, multi-level break statement to break out
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
wat s the meaning of (int *)p +4;
What is declaration and definition in c?