How pointers are declared?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of operators are there in c?
When do we get logical errors?
What are the data types present in c?
what is the size of an integer variable?
Define circular linked list.
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is the difference between new and malloc functions?
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 are loops in c?
Explain do array subscripts always start with zero?
Write a C program to count the number of email on text