Answer Posted / tknowledge05
The above guest is me .. okk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
int far *near * p; means
Are the outer parentheses in return statements really optional?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Write a program to find the biggest number of three numbers in c?
What is the difference between class and object in c?
What is the right way to use errno?
What does a function declared as pascal do differently?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is #define?
What is main return c?
How do you generate random numbers in C?
Why is extern used in c?
main() { printf("hello"); fork(); }
What is pragma in c?