Answer Posted / ashish singh
array is the similer data type elements.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
How can I write a function that takes a format string and a variable number of arguments?
What is the size of empty structure in c?
Are the variables argc and argv are always local to main?
What are the application of void data type in c?
Is there a built-in function in C that can be used for sorting data?
Differentiate between ordinary variable and pointer in c.
Where is c used?
What is a list in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain how can I read and write comma-delimited text?
What are disadvantages of C language.
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.
What is .obj file in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is NULL pointer?