implement OR gate without using any bitwise operator.
Explain is it better to bitshift a value than to multiply by 2?
Explain how do you sort filenames in a directory?
how to swap 2 numbers within a single statement?
Difference between for loop and while loop?
Where define directive used?
Explain what is dynamic data structure?
Does c have class?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Explain the advantages of using macro in c language?
What is an volatile variable?