Answer Posted / divya
ERP stands for enterprise resource planning. It integrates
all the departments to an organization into a single
centralized system.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many identifiers are there in c?
Why is struct padding needed?
What is scope rule of function in c?
What is the use of getch ()?
Explain about the functions strcat() and strcmp()?
What is %lu in c?
What is malloc() function?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
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.
Why is it that not all header files are declared in every C program?
Which is the best website to learn c programming?
Explain the difference between null pointer and void pointer.
How can a process change an environment variable in its caller?
to find the closest pair
Do you know what are bitwise shift operators in c programming?