main()
{
char ch='356';
Printf("%d",ch);
}
*OUTPUT*:-
-18
*Why?*
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What is the difference between memcpy and memmove?
How to removing white spces in c programming only bu using loops
What is wrong in this statement? scanf(“%d”,whatnumber);
Differentiate between declaring a variable and defining a variable?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How can I write a function that takes a format string and a variable number of arguments?
What is an operator?
What is masking?