What is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
how do we remove the printed character in printf statement and write next it it
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
What is the role of this pointer?
what is difference between declaring the pointer as int and char in c language?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
What does char * * argv mean in c?
how logic is used
How to declare a variable?
What is the right type to use for boolean values in c? Is there a standard type?
why program counter is 16 bit?
What is the easiest sorting method to use?