implement OR gate without using any bitwise operator.
Post New Answer View All Answers
Explain what is wrong with this statement? Myname = ?robin?;
What are runtime error?
How can I change their mode to binary?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain the use of fflush() function?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is volatile c?
How can I get random integers in a certain range?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
using only #include
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
I need previous papers of CSC.......plz help out by posting them.......
How do you define a function?
what is different between auto and local static? why should we use local static?
What is difference between array and pointer in c?