Answer Posted / vaibhav
divide no. by 2 till 1 is not coming in quotient, then it
write from bottom to top
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How can I ensure that integer arithmetic doesnt overflow?
What is the difference between union and structure in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is cohesion and coupling in c?
List some of the dynamic data structures in C?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Explain the difference between ++u and u++?
Explain is it valid to address one element beyond the end of an array?
c program to compute AREA under integral
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is #include stdlib h?
What does typeof return in c?
What are structures and unions? State differencves between them.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures