How can you check to see whether a symbol is defined?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Where we use clrscr in c?
What is difference between structure and union with example?
What is a structure member in c?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
What is memory leak in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
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..
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
1. main() { printf("%d",printf("HelloSoft")); } Output?