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 the acronym for ansi?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.
Here is a good puzzle: how do you write a program which produces its own source code as output?
Do pointers store the address of value or the actual value of a variable?
count the numbers between 100 and 300, that star with 2 and ends with 2
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
How can I remove the leading spaces from a string?
What are terms in math?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.