Get ready for top companies with our placement-ready C Programming full course on TechVidvan: techvidvan.com/courses/c-programming-course-hindi/?campaign=ytcd&ref=1374 Apart from structured learning, you will get: - Study Material - Notes - Practical Codes - Quizzes & Tests - Interview Questions - Real-time Projects - Videos in Sequential Order - Video Playlist - Roadmap to get job - Job updates - Industry-recognized Certificate In case of any queries, please contact us on 8451097879 / info@techvidvan.com
Your enthusiasm is the best motivation! It means a lot to me that you enjoyed the C Programming Course videos and found them helpful. Please help us in our mission of free education by sharing these free courses with your friends. Keep Learning with DataFlair.😊
We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get: 📌 Study Material 📌 Notes 📌 Practical Codes 📌 Quizzes 📌 Interview Questions 📌 Real-time Projects 📌 Videos in Sequential Order 📌 Video Playlist 📌 Roadmap to get job 📌 Job updates 📌 Free Certificate
%d ko kaise pata chalta hai ki use int a ka value o/p me batana hai? printf("%D",a) yeh toh samjha lekin mein agar sirf printf("%d") use karu toh bhi kaise pata lagata hai?
Hello Sir but my output is mismatch for you output pls check pls ask why programmer int main() { int a=30,b=90,c=75; printf("%d"); } output 12326352 every time is different
We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get: - Study Material - Notes - Practical Codes - Quizzes - Interview Questions - Real-time Projects - Videos in Sequential Order - Video Playlist - Roadmap to get job - Job updates - Free Certificate
Get ready for top companies with our placement-ready C Programming full course on TechVidvan: techvidvan.com/courses/c-programming-course-hindi/?campaign=ytcd&ref=1374
Apart from structured learning, you will get:
- Study Material
- Notes
- Practical Codes
- Quizzes & Tests
- Interview Questions
- Real-time Projects
- Videos in Sequential Order
- Video Playlist
- Roadmap to get job
- Job updates
- Industry-recognized Certificate
In case of any queries, please contact us on 8451097879 / info@techvidvan.com
Thank you sir apka video dekhne ke bad C language Pura easy ho gya❤❤❤❤❤
Your enthusiasm is the best motivation! It means a lot to me that you enjoyed the C Programming Course videos and found them helpful. Please help us in our mission of free education by sharing these free courses with your friends.
Keep Learning with DataFlair.😊
data types in c
1 int = integer
2 float = 2.3 1.3
double is also used for decimal =3.13 3.2
3 character ='x' 'v' 'y'
void =is used for function return
Best Lecture sir.
and thankyou so much ☺️😊
fantastic ❤️👍
to print the value of integer we use %d
superb sir👍👍👍👍🙏
Thanks, Keep visiting DataFlair and keep learning new technologies.
data type = which shows the nature of variable for example integer , decimal ,character
grt contentsir
data is always stored in bit form
Ser please provide playlist for data structures c++
We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get:
📌 Study Material
📌 Notes
📌 Practical Codes
📌 Quizzes
📌 Interview Questions
📌 Real-time Projects
📌 Videos in Sequential Order
📌 Video Playlist
📌 Roadmap to get job
📌 Job updates
📌 Free Certificate
signed int take 2 byte memory allocation
and range is upto 32767 to -32768
Void main = int main yes or no
Sir, unsigned int a=32765 turbo c me a=a+5 dene pe output -32766 aa raha hai.
aisa kyun.
thanks sir
Sir why this code is not running in vs code?
we have to declare data type in c language
%d ko kaise pata chalta hai ki use int a ka value o/p me batana hai? printf("%D",a) yeh toh samjha lekin mein agar sirf printf("%d") use karu toh bhi kaise pata lagata hai?
Sir i think clrscr(); used before void main not in the driver code because it is giving error in dev c+
use system("cls") or declare #define clrsr() system("cls") at the place of header file
Hello Sir but my output is mismatch for you output pls check pls ask why programmer int main()
{
int a=30,b=90,c=75;
printf("%d");
}
output 12326352
every time is different
Attempt the code in the Turbo C++ compiler.
VS code ka kya alg likhna hoga??
Apko vs code ke according hi pdhana chahiye firrr
😊❤
What if
int a=65536
a= a+5
Output?
It depends on signed and unsinged int
But sir i have result 32765+5=32770 instead of -32766 in vs code.Please elaborate this confusion?
reply plz sir
Because in VSCode, int is of 4 bytes, try in turbo C++
Sir can you provide the notes
We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get:
- Study Material
- Notes
- Practical Codes
- Quizzes
- Interview Questions
- Real-time Projects
- Videos in Sequential Order
- Video Playlist
- Roadmap to get job
- Job updates
- Free Certificate
Sir 1,22,3333,44,5,ka triangle program
We will start working on this topics in a couple of weeks. Thanks for your patience.