What does printf does?


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

Post New Answer

More C Interview Questions

number of times a digit is present in a number

0 Answers  


What is an lvalue in c?

0 Answers  


Is c easy to learn?

0 Answers  


What does volatile do?

0 Answers  


What is 02d in c?

0 Answers  






What is the use of sizeof?

0 Answers  


What is omp_num_threads?

0 Answers  


What is the best style for code layout in c?

0 Answers  


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  


What is dangling pointer in c?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


Should a function contain a return statement if it does not return a value?

0 Answers  


Categories