How to add two numbers without using arithmetic operators?
Post New Answer View All Answers
What are the application of void data type in c?
What is c programming structure?
Can you tell me how to check whether a linked list is circular?
What is the difference between struct and union in C?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Compare interpreters and compilers.
What is volatile keyword in c?
Explain that why C is procedural?
What are high level languages like C and FORTRAN also known as?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What are the types of macro formats?
What are the types of type qualifiers in c?
what is different between auto and local static? why should we use local static?
What does it mean when a pointer is used in an if statement?