what does ‘#include’ mean?
How are 16- and 32-bit numbers stored?
How can I access memory located at a certain address?
which do you prefer C or Pascal?
Is an array parameter is always "by reference" ?
1. Write a program to reverse every second word in a given sentence.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is a pointer in c plus plus?
What is size of union in c?
post new interiew question and aptitude test papers
What is meant by global static? why we have to use static variable instead of Global variable
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.
How do I use strcmp?