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 is the code to display color fonts in the output?
how to find anagram without using string functions using only loops in c programming
Why ordinary variable store only one value
How many bytes are occupied by near, far and huge pointers (dos)?
Why preprocessor should come before source code?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Why header files are used?
What are conditional operators in C?
What is the significance of an algorithm to C programming?
What are macros in C?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode