Can the “if” function be used in comparing strings?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by team??
c program to print a name without using semicolon
write a programe returns the number of times the character appears in the string
what is the definition of storage classes?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
how to find the given number is prime or not?
What are external variables in c?
What does it mean when the linker says that _end is undefined?
find the sum of two matrices and WAP for it.
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What is difference between static and global variable in c?
Is it fine to write void main () or main () in c?