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
What are structural members?
Can a void pointer point to a function?
Do you have any idea about the use of "auto" keyword?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What are the scope of static variables?
How to print %d in output
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What are the different categories of functions in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is LINKED LIST? How can you access the last element in a linked list?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list