WHAT IS MEANT BY LIFE?
Answers were Sorted based on User's Feedback
Answer / chaudhery mohsin iftikhar
The meant by LIFE is "Learning is for eve"
| Is This Answer Correct ? | 0 Yes | 0 No |
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
HOW DO YOU HANDLE EXCEPTIONS IN C?
What is the difference between getch() and getche()?
What is use of integral promotions in c?
what is the difference between unix os and linux os
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
how to swap 2 numbers within a single statement?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is return in c programming?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
How can I call a function, given its name as a string?