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 is a C array and illustrate the how is it different from a list.
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(); }
difference between Low, Middle, High Level languages in c ?
Why the use of alloca() is discouraged?
write a program to print calender using for loop.
Explain how can you check to see whether a symbol is defined?
What is operator promotion?
What is data structure in c language?
Is there anything like an ifdef for typedefs?
what is meant by the "equivalence of pointers and arrays" in C?
Why ordinary variable store only one value
Which is best book for data structures in c?