What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
character array A[12] can hold
Why is structure important for a child?
what is the meaning of 'c' language
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is s in c?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
simple program of graphics and their output display
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Combinations of fibanocci prime series
What are the 4 types of programming language?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
any "C" function by default returns an a) int value b) float value c) char value d) a & b