Hierarchy decides which operator
a) is most important
b) is used first
c) is fastest
d) operates on largest numbers
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
why program counter is 16 bit?
Explain modulus operator. What are the restrictions of a modulus operator?
Differentiate abs() function from fabs() function.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is the general form of a C program?
What is a buffer in c?
what is the associativity of bitwise OR operator?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why header file is used in c?