What is strcmp in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
What is a program flowchart and how does it help in writing a program?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Why isn't any of this standardized in c? Any real program has to do some of these things.
Write a program to show the workingof auto variable.
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
Explain how do you list a file’s date and time?
Derive the complexity expression for AVL tree?
I have a varargs function which accepts a float parameter?
who is the father of c
what is meant by the "equivalence of pointers and arrays" in C?
What are the advantages and disadvantages of pointers?