writ a program to compare using strcmp VIVA and viva with its
output.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


What is file in c language?

0 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  






What is difference between %d and %i in c?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


Who is the founder of c language?

0 Answers  


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


What is switch in c?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Can we use visual studio for c?

0 Answers  


Categories