Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
No Answer is Posted For this Question
Be the First to Post Answer
How does struct work in c?
Explain how can you tell whether two strings are the same?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is wrong with this program statement? void = 10;
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What is page thrashing?
Explain continue keyword in c
What is c mainly used for?
Hi, main() { } Is a user defined function or Built in Functionn