how we can make 3d venturing graphics on outer interface
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Differentiate between null and void pointers.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what is the mean of c languages.
how to find the largest element of array without using relational operater?
How can I write a function that takes a format string and a variable number of arguments?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
how to convert an char array to decimal array
What was noalias and what ever happened to it?
Write the control statements in C language
main difference between c and c++ language