Programming in C $ | scanf funtion |Type Specifier | Escape Sequences | Hindi | Urdu | Free course
Lecture 07 : इस लेक्चर में मैंने सी प्रोग्रामिंग के scanf () फंक्शन का परिचय दिया है साथ ही टाइप स्पेसीफायर और इस्केप सीक्वेंस का भी वर्णन किया है. यदि आपका कोई भी सुझाव हो कमेंट सेक्शन में ज़रूर बताएं.
follow me on twitter
https://twitter.com/ProfessorAthar
facebook
https://www.facebook.com/ProfessorHashmi/
Our Other Topics
Introduction to Programming in C (Hindi/Urdu)
Structure of C program (Hindi/Urdu)
First Program in C (Hindi/Urdu)
Datatype in C Language (Hindi/Urdu)
Identifier, Variables, Keywords and Constants in C (Hindi/Urdu)
Printf function in C (Hindi/Urdu)
Scanf funtion, Type Specifier and Escape Sequences in C (Hindi/Urdu)
Arithmetic, Assignment, Shorthand and Inc & Dec Operators in C (Hindi/Urdu)
Relational and Logical Operators in C (Hindi/Urdu)
Bitwise Operators in C (Hindi/Urdu)
Special and conditional Operators in C (Hindi/Urdu)
Operator Precedence and assoiciativity in C (Hindi/Urdu)
Various Statements of C, If statement, If else Statement in C (Hindi/Urdu)
Structure and Union in C (Hindi/Urdu)
Enumeration or enum in C programming (Hindi/Urdu)
If statements in C (Hindi/Urdu)
Switch Case Statement in C (Hindi/Urdu)
Goto Statement in C (Hindi/Urdu)
For Loop In C (Hindi/Urdu)
While and Do While loop in C (Hindi/Urdu)
Nested Looping In C
Array In C Hindi/Urdu
Multidimentional Array in C
Pointer in C (Hindi/Urdu)
Funtions in C Part 1 of 5 (Hindi/Urdu)
Functions in C Part 2 of 5 User Defined Functions
Functions in C Part 3 of 5 function with arguments but no return value (Hindi/Urdu)
Turbo C++ vs Dev C++ कौन सा कंपाइलर प्रयोग में लाएँ?
Functions in C Part 4 of 5 function without arguments but a return value
Functions in C Part 5 of 5 function without arguments and no return value
Preprocessor Directives Part 1 of 3 Macro Programming in C (Hindi/Urdu)
Preprocessor Directives Part 2 of 3 File Inclusion DirectoryProgramming in C (Hindi/Urdu)
Call By Value and Call By Reference in Programming in C (Hindi/Urdu)
Preprocessor Directives Part 3 of 3 Conditional Compilation Programming in C
Special Trick lecture: Similarities between C and C++ (Only for Known to C Programming students)
Recursion / Recursive Function / Recursive Procedure In C prgoramming (Hindi/Urdu)
Strings in C / String Library Function / strlen, strrev, strupr, strlwr