WHAT IS MEANT BY LIFE?

Answers were Sorted based on User's Feedback



WHAT IS MEANT BY LIFE?..

Answer / efe

it is high work.it isnot easy.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS MEANT BY LIFE?..

Answer / chaudhery mohsin iftikhar

The meant by LIFE is "Learning is for eve"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the types of data files?

1 Answers  


What is the use of function overloading in C?

1 Answers   Ittiam Systems,


Explain the difference between the local variable and global variable in c?

1 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


Write a program to print fibonacci series using recursion?

1 Answers  


What is a loop?

1 Answers  


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"); }

2 Answers   Vector,


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


Explain the difference between structs and unions in c?

1 Answers  


What is local and global variable in c?

1 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


Expand the following LKB BKL FFG

0 Answers  


Categories