What does == mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
What are conditional operators in C?
How can you call a function, given its name as a string?
Explain what does the function toupper() do?
What is adt in c programming?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What is console in c language?
related proverb of "dont count your chicken before it hatches"
code for reverse alternate words from astring
Which are low level languages?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is the difference between array and structure in c?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help