What is || operator and how does it function in a program?
No Answer is Posted For this Question
Be the First to Post Answer
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
program to find the magic square
What are the different types of endless loops?
wat are the two methods for swapping two numbers without using temp variable??
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
write a c programme for add of two numbers with out use of arthematic operators
What is array of structure in c programming?
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
what is difference between array of characters and string
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
write a proram to reverse the string using switch case?