What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What are the scope of static variables?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
what is disadvantage of pointer in C
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?
What is the use of #include in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
is c language is a object oreinted language?
What is function pointer and where we will use it
Can a pointer be static?
In scanf h is used for
What is binary tree in c?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.