how many controls can we place on single form.
Difference between shift left and shift right?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Can I create my own functions in c++?
What are the storage qualifiers?
What is functions syntax in c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Explain working of printf?
Can you sort a set c++?
Which format specifier is used for printing a pointer value?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
How can an improvement in the quality of software be done by try/catch/throw?
Out of fgets() and gets() which function is safe to use?