Give differences between - new and malloc() , delete and free() ?
No Answer is Posted For this Question
Be the First to Post Answer
What is selection sort in c?
c program to add and delete an element from circular queue using array
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
Explain the use of function toupper() with and example code?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Write a c program using for loop in switch case?
implement general tree using link list
Can you please explain the difference between malloc() and calloc() function?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the difference between null pointer and wild pointer?
Is c still used in 2019?
Are the outer parentheses in return statements really optional?