How can I run c program?
pascal triangle program
HOW CAN ADD OUR FUNCTION IN LIBRARY.
Does c have class?
How can we see the Expanded source code and compiled code for our source program in C?
What is the 'named constructor idiom'?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is operator promotion?
Why void is used in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
what is event driven software and what is procedural driven software?
Define Spanning-Tree Protocol (STP)
Can you subtract pointers from each other? Why would you?