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
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
What type of function is main ()?
can we define a function in structure?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
how to add numbers without using arithmetic operators.
Explain what is the heap?
what is software?
write a programe returns the number of times the character appears in the string
Can we declare a function inside a function in c?
question-how to run a c programme.
how 2 compile & execute c program with out using editor?
Write a code to generate divisors of an integer?