What is function definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
what is differnence b/w macro & functions
difference between c and c++?
Can we add pointers together?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
write a program to insert an element at the specified position in the given array in c language
How the processor registers can be used in C ?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Describe the steps to insert data into a singly linked list.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What happens if you free a pointer twice?
Explain how can I convert a number to a string?