write a program of palindrome(madam=madam) using pointer?
Answer Posted / rajni
write a program for array to pointer and pointer of an
array?
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what are preprocessor directives?
Explain what are compound statements?
What is the use of header?
What is the purpose of 'register' keyword in c language?
What is external variable in c?
Is there any demerits of using pointer?
What header files do I need in order to define the standard library functions I use?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain the term printf() and scanf() used in c language?
Explain main function in c?
What does do in c?
How many levels of pointers can you have?
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.
Write a program to swap two numbers without using third variable?
All technical questions