The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?


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

Post New Answer

More C Interview Questions

write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


Explain function pointer with exapmles.

2 Answers  


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


C program to perform stack operation using singly linked list

3 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,






What is the explanation for modular programming?

0 Answers  


What does nil mean in c?

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


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 the use of header files?

0 Answers  


Categories