What is the code in while loop that returns the output of given code?
No Answer is Posted For this Question
Be the First to Post Answer
program for swapping two strings by using pointers in c language
What is a file descriptor in c?
What is the difference between text and binary modes?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
prototype of sine function.
Write a program to check whether a number is prime or not using c?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Differentiate between the expression “++a” and “a++”?
Write a program to print “hello world” without using semicolon?