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 |
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
what are two kinds of java
Is reference used in C?
Program to find the absolute value of given integer using Conditional Operators
What is C language ?
What are the types of type qualifiers in c?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is main function in c?
What is typedef example?
How will you delete a node in DLL?
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
what is use of malloc and calloc?