in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first
a) 6.6/a
b) 2*a
c) 3*c
d) 2/n
What do you mean by invalid pointer arithmetic?
what are the general concepts of c and c++
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the size of a union variable?
how to find out the union of two character arrays?
How can you determine the size of an allocated portion of memory?
Binary tree traversing
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
write an algorithm and c program to add two 2x2 matrics
What is restrict keyword in c?
Explain the binary height balanced tree?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item