Write a simple code fragment that will check if a number is positive or negative.
No Answer is Posted For this Question
Be the First to Post Answer
Write a progarm to find the length of string using switch case?
print the palindrome numbers in between 0 to n
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What does the c preprocessor do?
write a program whose output will be- 1 12 123 1234
What is an lvalue and an rvalue?
How do I access command-line arguments?
what is computer engg
Define Array of pointers.