What is storage class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why is extern used in c?

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


How can I split up a string into whitespace-separated fields?

0 Answers  


can anyone please tell about the nested interrupts?

0 Answers  


What are the types of pointers in c?

0 Answers  






Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


why u join this call center?

6 Answers   DELL,


can you change name of main()?how?

3 Answers   HCL, Siemens,


Explain what are run-time errors?

0 Answers  


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


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.

0 Answers  


Categories