Can we specify variable field width in a scanf() format string? If possible how?


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

Post New Answer

More C++ General Interview Questions

Is c++ faster than c?

0 Answers  


What are the implicit member functions of class?

0 Answers  


What is pointer with example?

0 Answers  


Describe private, protected and public?

0 Answers  


What do c++ programmers do?

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


When volatile can be used?

3 Answers   Symphony,


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What is the difference between shallow copy and deep copy?

1 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


Categories