-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathDoubts.txt
30 lines (20 loc) · 1.09 KB
/
Doubts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
w2 l2 homework
a=5;
cout<<(++a)*(++a);
https://gynvael.coldwind.pl/?id=372
convert celsius to fah why only upto 3 precision for input 10.9872
mistake in convert decimal to binary.cpp decimalToBinary2
why precision is only upto 5 digits in sqrt of a number.cpp in Questions
also in divide 2 numbers upto given precision using binary search.cpp in Questions
Why all outputs are different In line 153, for loop in line 155, and line 160 ?
5. Char Arrays & Strings\1. Char Arrays & Strings - Class 1\main.cpp\overflow
why i cant input for 2nd time
5. Char Arrays & Strings\1. Char Arrays & Strings - Class 1\main.cpp\string and taking input
last line in size of pointer in pointer - level 1
how to take input any number of elements in a vector without defining size
why is it giving ERROR??
6. Basic Maths & Pointers\2. Pointers - Level 2\main.cpp
what is going on here
C:\Users\ujjwa\Desktop\DSA Supreme\6. Basic Maths & Pointers\2. Pointers - Level 2\HOMEWORK\function pointers
add 2 numbers represented by 2 arrays
C:\Users\ujjwa\Desktop\DSA Supreme\Questions