Subtract Two Number Without Using Subtraction Operator


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Can a void pointer point to a function?

0 Answers  


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


What does %c do in c?

0 Answers  


what do you mean by defining a variable in our c code?

2 Answers  






What is c variable?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }

7 Answers   CSC,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


Write a factorial program using C.

0 Answers   iNautix,


Categories