How can I dynamically allocate arrays?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what does exit() do?
Why do we use header files in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Why main is not a keyword in c?
What is the diffences between Windows XP and Windows Visa
Explain #pragma in C.
How to find the usage of memory in a c program
What is 02d in c?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
what are the advantage and disadvantage of recursion