how to add numbers without using arithmetic operators.
Answer Posted / valli
#include<stdio.h>
main()
{
int a=5,b=6,s;
int *p=a;
s=&p[b];
printf("%d",s);
}
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
write a program to print data of 5 five students with structures?
What is an operator?
Explain what is operator promotion?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Define and explain about ! Operator?
What is malloc return c?
Can we use any name in place of argv and argc as command line arguments?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is pointer to pointer in c with example?
a program that can input number of records and can view it again the record
write a program to copy the string using switch case?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is a sequential access file?
What is c language in simple words?