What are the types of assignment statements?
No Answer is Posted For this Question
Be the First to Post Answer
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is structure in c explain with example?
If errno contains a nonzero number, is there an error?
i got 75% in all semester am i eligible for your company
Is using exit() the same as using return?
difference between function & structure
is assignment operator is arithmatic or not
What is use of pointer?
how to add two numbers without using arithmetic operators?
WAP – represent a char in binary format
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
Why is not a pointer null after calling free?