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 |
What are the types of data files?
What is the use of function overloading in C?
Explain the difference between the local variable and global variable in c?
main() { printf(5+"Vidyarthi Computers"); }
Write a program to print fibonacci series using recursion?
What is a loop?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
write a program of palindrome(madam=madam) using pointer?
Explain the difference between structs and unions in c?
What is local and global variable in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Expand the following LKB BKL FFG