What is the use of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
What is memcpy() function?
What is the general form of function in c?
what is difference between strcmp & palindrome?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
What is indirection in c?
write a addition of two no. program with out using printf,scanf,puts .
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is atoi and atof in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What’s the special use of UNIONS?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode