There is a number and when the last digit is moved to its
first position the resultant number will be 50% higher than
the original number.Find the number?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Is c a great language, or what?
How can this be legal c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Can you think of a way when a program crashed before reaching main? If yes how?
What is difference between main and void main?
Write a program to print numbers from 1 to 100 without using loop in c?
What is a symbolic constant?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none