What is the use of clrscr?
No Answer is Posted For this Question
Be the First to Post Answer
What is period operator in c?
how to impliment 2 or more stacks in a single dimensional array ?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are inbuilt functions in c?
when to use : in c program?
What is #line used for?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
two variables are added answer is stored on not for third variable how it is possible?
a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..
What is array of structure in c programming?
Explain what a Binary Search Tree is.