What is nested structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is the argument of a function in c?
What is the meaning of 2d in c?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
How can I do peek and poke in c?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
write a program to display numbers from 1 to 10 and 10 to 1?
how to find out the reverse number of a digit if it is input through the keyboard?
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
How do I read the arrow keys? What about function keys?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }