What are loops c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Function to find the given number is a power of 2 or not?
how to determine the complexity of an algorithm as log(n)
I need previous papers of CSC.......plz help out by posting them.......
without using arithmatic operator solve which number is greater??????????
In which area global, external variables are stored?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
Why Modern OS are interrupt driven?Give an example
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a