Understanding Pointers - Hindi
- subtitles off
- captions off
- English
- Hindi
- Questions posted on Forums
- C and Cpp Tutorials - Hindi
-
Address of Pointer
Whether pointer is defined by its own address or it stores only memory address ?
0-1M 0-10S keerthana.viswa
Answer last updated on: June 7, 2017, 11:25 a.m.
-
C and C++ for school children
As CBSE has changed the computer science syllabus from C++ to Python, so is C++ still relevant for school students?
00-01M 0-10S avinashchouhan77
Answer last updated on: Feb. 29, 2020, 2:43 p.m.
-
[Not Related to Video]
#include<stdio.h> #define PRODUCT(n) n*n void main() { int a; a=64/PRODUCT(4); printf("%d",a); } On compiling above program my gcc compiler gives OUTPUT: 64Which is wrong output it should be 4 according to definition.Why it is not considering PRODUCT (4) ?(QUESTION: B.TECH FIRST YEAR RCS-101 AKTU 2017-18)
05-06M 50-60S zubeen
Answer last updated on: April 22, 2020, 3:49 p.m.
-
Pointer of Function
Hey can any one give suitable example that explain bout Pointer of Function , which explain Pointer with UDF ( User Define Function ) alogn with pass by value and pass by reference in a single program.thanking your hope with quick reply
02-03M 10-20S abhijeet jadeja
Answer last updated on: April 20, 2020, 3:54 p.m.
-
C pp
alternate to pointers in Cpp
01-02M 10-20S praveenkumarrapolu
Answer last updated on: Feb. 29, 2020, 12:26 p.m.
-
Pointers
Can you please explain pointers in detail
00-01M 10-20S sherylviniba@gmail.com
Answer last updated on: Feb. 18, 2020, 1:53 p.m.
-
1First C Program
-
2First Cpp Program
-
3Tokens
-
4Functions
-
5Scope Of Variables
-
6If And Else If statement
-
7Nested If And Switch Statement
-
8Increment And Decrement Operators
-
9Arithmetic Operators
-
10Relational Operators
-
11Logical Operators
-
12Loops
-
13Arrays
-
14Working With 2D Arrays
-
15Strings
-
16String Library Functions
-
17Working With Structures
-
Understanding Pointers
-
19Function Call
-
20File Handling In C
Questions posted on ST Forums:
4449 visits
Outline:
प्वॉइंटर्स को समझना -परिचय -प्वॉइंटर का सिंटैक्स --उदाहरण: int *iptr; -डिक्लेरैशन --उदाहरण: int a; (इंटिजर a) int *aptr; (एक इंटिजर के लिए प्वॉइटर *aptr) aptr = &a; (aptr, a का एड्रेस सेट करने के लिए ) एड्रेस प्वॉइंटर
Width: | 848 | Height: | 688 |
---|---|---|---|
Duration: | 00:05:14 | Size: | 3.3 MB |
Show video info