Q. How to perform addition of two numbers without using addition(plus) operator in C language? Answer: Let us write C program,...
Read More
Home
c tricky questions
Showing posts with label c tricky questions. Show all posts
Showing posts with label c tricky questions. Show all posts
How to print 1 to 100 without using (for/while/do-while) loop in C language ?
Answer: Let us write C program with recursive function as we can’t use FOR/WHILE/DO-WHILE loops, #include<stdio.h> #inclu...
Read More
Subscribe to:
Posts
(
Atom
)