Answer Posted / gupta
x(x+1)/2
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a function that will take in a phone number and output all possible alphabetical combinations
Without Computer networks, Computers will be half the use. Comment.
Do variables need to be initialized?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is oops c?
What is a ternary operator in c?
What is the purpose of 'register' keyword in c language?
How many types of operators are there in c?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What type is sizeof?
Simplify the program segment if X = B then C ← true else C ← false
How can I implement sets or arrays of bits?
What functions are in conio h?
What is actual argument?