How #define works?
No Answer is Posted For this Question
Be the First to Post Answer
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
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.
With the help of using classes, write a program to add two numbers.
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Can you please explain the difference between exit() and _exit() function?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
write a program to find out prime number using sieve case?
why we use "include" word before calling the header file. is there any special name for that include??????
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is an inline function?
How can you determine the maximum value that a numeric variable can hold?