related proverb of "dont count your chicken before it hatches"
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is difference between %d and %i in c?
convert 12345 to 54321 withoutusing strig
Tell me when would you use a pointer to a function?
write a program to print largest number of each row of a 2D array
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
There seem to be a few missing operators ..
write a program for fibonaci series by using while loop in c?
what's the return value of malloc()
Explain how can a program be made to print the line number where an error occurs?
what do u mean by Direct access files? then can u explain about Direct Access Files?
what is function pointer?