How do I change visual code font?
Answer / Prashantpal
To change the font in Visual Code, go to the settings (gear icon), search for 'Font', and then select 'Editor: Font Family'. You can choose a new font from the dropdown menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
How to declare more than one variable on a single line?
Explain pointer to the constant and constant pointer?
What is persistence?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Name the three attributes of a pen?
Explain some of commonly used methods provided by iunknown.
How do I change visual code font?
How do you handle drag and drop in ole?
How many time DLLMain gets called?
what is the difference between the codes written in the document class and view class