Are there any problems with performing mathematical operations on different variable types?
How variables are declared in c?
5) 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.without using big int and exponential function
What is 2 d array in c?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Write a pro-gramme to determine whether the number is even or odd?
Explain what is the benefit of using #define to declare a constant?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
how to find the sizof of any datatype using bit manipulations
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Why isnt any of this standardized in c?
biggest of two no's with out using if condition statement
application attempts to perform an operation?