Are there any problems with performing mathematical operations on different variable types?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the general form of a c program?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Difference between fopen() and open()?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
What is strcpy() function?
What are register variables? What are the advantage of using register variables?
How do you define CONSTANT in C?
how to multiply two number taking input as a string (considering sum and carry )
Find occurence of a character in a sting.
what is the difference between embedded c and turbo c ?
What is the use of typedef in structure in c?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure