I need a sort of an approximate strcmp routine?
No Answer is Posted For this Question
Be the First to Post Answer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
why Language C is plateform dependent
Write a program to find given number is even or odd without using any control statement.
How do we print only part of a string in c?
What does the && operator do in a program code?
What is meant by int main ()?
Explain what is a pragma?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is assert and when would I use it?
What is an auto keyword in c?
A program to allow an input operand and operator from the operator and read on the display and output operand.