Answer Posted / gg
Try this....
main()
{
int a,b;
printf("Enter two integers \n");
scanf("%d%d",&a,&b);
printf("The diff is : %d ",a+(~b+1));
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can I read and write comma-delimited text?
What are the features of the c language?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
In C language what is a 'dangling pointer'?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Where static variables are stored in memory in c?
What does sizeof function do?
What are the 4 types of programming language?
What is c programming structure?
Are bit fields portable?
What is "Hungarian Notation"?
largest Of three Number using without if condition?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a global variable in c?
In which layer of the network datastructure format change is done