Interview Question | C Programming Language

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 1.1K

  • @yashpreetsinghkalsi5380
    @yashpreetsinghkalsi5380 ปีที่แล้ว +4371

    same question was asked in my internship interview

    • @Socialmedia......Addiction
      @Socialmedia......Addiction ปีที่แล้ว +75

      Toh answer kya Diya tha?

    • @rajshiromani727
      @rajshiromani727 ปีที่แล้ว +114

      Tb bhi ans ni pta bhai??
      Ans is Hello5😅

    • @TarunSharma-eq3fg
      @TarunSharma-eq3fg ปีที่แล้ว +30

      @@rajshiromani727 but bhai return 0 ka mtlb to yeh nhi hota ki no. of characters 0 hi print krna (I am new in c language 😅)

    • @gulhusain6015
      @gulhusain6015 ปีที่แล้ว +36

      ​​@@TarunSharma-eq3fgare wo main function ka return type h
      int main() function hai n isliye return 0 likh rhe
      Agar void main() likhte to koi value return nhi krani pdti

    • @TarunSharma-eq3fg
      @TarunSharma-eq3fg ปีที่แล้ว +5

      @@gulhusain6015 oh thanks 😅

  • @rounakverma8115
    @rounakverma8115 11 หลายเดือนก่อน +285

    This is most common question among all the interviewers, thanku mammm!

  • @shubh_m1
    @shubh_m1 ปีที่แล้ว +1811

    Please keep posting videos like this.

  • @thesniperxd5302
    @thesniperxd5302 5 หลายเดือนก่อน +130

    It's nice to see that not only the first printf function prints the hello string but it also returns a value to complete the int x = code which the next printf function prints as 5 ❤

    • @gaddiji
      @gaddiji หลายเดือนก่อน +2

      whats nice in this?

    • @malviakshat6700
      @malviakshat6700 4 วันที่ผ่านมา

      ​@@gaddiji maybe that he understood how code works 😂

  • @anshu2005
    @anshu2005 ปีที่แล้ว +39

    Hey I am here to thank universe . The universe helped me in getting a seat in Delhi University. Four rounds had gone and I was with no seat. So I prayed to universe , trusted him , posted letters to him and finally he helped me. I am so thankful to universe.

  • @peak_911
    @peak_911 ปีที่แล้ว +65

    I think this concept of interview qs type videos is very helpful, can you guys make a playlist for interview qs shorts?

  • @introvertsenpai9968
    @introvertsenpai9968 ปีที่แล้ว +14

    Thank you ma'am, I thought I was good at C language but this was something new for me 😊

  • @pavitrakumarsahu2522
    @pavitrakumarsahu2522 ปีที่แล้ว +20

    Didi aapne c language ko bahut achhe se detail se padhaya hai aise aap c plus plus ka padha do n.
    Hum aap se padhna chahte hai c plus plus. Aapke padhane ka tarika bahut achha hai achhe se samjh me aata hai.

  • @rudragajjar454
    @rudragajjar454 ปีที่แล้ว +956

    output is: 'Hello 5' since the printf("Hello"); statement will also be executed

    • @rajshaikh3448
      @rajshaikh3448 ปีที่แล้ว +38

      Bhai bilkul sahi bola

    • @sky333suraj
      @sky333suraj ปีที่แล้ว +87

      The format specifier %d just prints integer.

    • @rudragajjar454
      @rudragajjar454 ปีที่แล้ว +56

      @@sky333suraj yes but the 1st line of code is an assignment statement which are executed from right to left. So the RHS of the assignment which is the command printf("Hello"); is executed first and then it's return value i.e 5 is assigned to variable x

    • @mohammedarifofficial
      @mohammedarifofficial ปีที่แล้ว +22

      I think "hello 5" is the real answer;

    • @santoshkumargupta6339
      @santoshkumargupta6339 ปีที่แล้ว

      Perfect bro

  • @NayanW5
    @NayanW5 ปีที่แล้ว +8

    Wow! Each day you learn something new...

  • @harshahm0130
    @harshahm0130 ปีที่แล้ว +147

    Actually Output is Hello5 because basically printf primarily does its work of printing the text and count the number characters which stores in x

    • @ratnajaiswal169
      @ratnajaiswal169 ปีที่แล้ว +1

      Is there any way to print only number of characters not the original word in printf ??

    • @K15H4N
      @K15H4N ปีที่แล้ว +3

      ​@@ratnajaiswal169space Instead of word.

    • @iTsRko_
      @iTsRko_ 8 หลายเดือนก่อน +1

      Hello 5

    • @kratika83186
      @kratika83186 4 หลายเดือนก่อน

      @@ratnajaiswal169 yes indeed , use
      int x = strlen(“Hello”);
      and define library function
      #include

    • @wildyoutuber2615
      @wildyoutuber2615 4 หลายเดือนก่อน +2

      what is x not output

  • @sohamghosh533
    @sohamghosh533 ปีที่แล้ว +679

    Output is "Hello5" not just 5 as it will also execute printf("Hello")

  • @SubhadipBarik-ps5ii
    @SubhadipBarik-ps5ii 2 หลายเดือนก่อน +4

    Wow! I am a intermediate C programmer student but literally I also think that the result will be error.
    As the integer variable can't store the character value. Thank you.
    Aise hi critical programming ka short video upload karte raho 🎉

  • @MaaRiGAMINGOP
    @MaaRiGAMINGOP ปีที่แล้ว +5

    First line will give output Hello and assign value to x then second line print 5 combine will be Hello5

  • @sayuri_20
    @sayuri_20 ปีที่แล้ว

    Sis, You really motivate me to study every time I see you. I like You already.

  • @rishabshukla5077
    @rishabshukla5077 ปีที่แล้ว +59

    We need more like this

  • @mansuralikhanpathan4077
    @mansuralikhanpathan4077 ปีที่แล้ว +1

    This video is very useful to meeru 🥳🥳. I hope to find more questions in it, not only in the C language but also in other programming languages for Interview a🙏🏻🙏🏻.

  • @Maryam-y1j
    @Maryam-y1j 9 หลายเดือนก่อน

    Thank you! I have learned from this video. ❤

  • @Memer09157
    @Memer09157 10 หลายเดือนก่อน +4

    Let me explain that x: 5 and output : Hello5
    Because In c, compiler execute first printf function then it return 5, Hello will print on execution.
    Then 5 will get assign to x, then last printf function print 5.
    As there is not any space or new line, it will print as Hello5.
    Printf function return the no. Of char

    • @puneeth1217
      @puneeth1217 17 วันที่ผ่านมา

      Nice explaination

  • @Sattari_01
    @Sattari_01 7 หลายเดือนก่อน +1

    Yr kitni piyri h y...AGR issy hi coding sekhi hoti to aj m programer hota😊

  • @divine3832
    @divine3832 ปีที่แล้ว +3

    Those who are saying it prints Hello5, try running only int x= printf("Hello"); It will give 'Hello' as output, and if you write the complete code, it will print 'Hello5', meaning, 5 is the answer that x is returning

    • @mn-t8u
      @mn-t8u ปีที่แล้ว

      Is shows error , bro int x sirf integer leta hai to int x ko ham print hello ko kaise print kr skte

  • @rohityadavmudra
    @rohityadavmudra ปีที่แล้ว

    IT IS HELPFUL, MAJE MORE SUCH VIDEO'S LIKE THIS ✅♥️🙏

  • @akashsonar6332
    @akashsonar6332 ปีที่แล้ว +19

    These small things make big difference in interview..

  • @Gamers-k2l
    @Gamers-k2l 5 หลายเดือนก่อน +1

    Aise hi logic question banate raho mam 😊

  • @technoprogramming4753
    @technoprogramming4753 5 หลายเดือนก่อน +3

    5 because printed function returns lengthy of a string

  • @TonyStark-zl3ms
    @TonyStark-zl3ms ปีที่แล้ว

    Thank you mam...keep uploading these types of questions...it enhances our knowledge and help us to clear the interview ❤❤😊

  • @kunalmahurkar271il
    @kunalmahurkar271il ปีที่แล้ว +40

    Didi @ApnaCollegeOfficial Correct answer is **Hello 5**
    Because of %d is used length of *hello* also print.

    • @shriyanshu_9k
      @shriyanshu_9k ปีที่แล้ว +2

      Yss

    • @Hbjbmlsi
      @Hbjbmlsi 7 หลายเดือนก่อน

      Without space

    • @advaitgadekar6771
      @advaitgadekar6771 6 หลายเดือนก่อน

      But int return only integer walue how hello can home?

    • @QuanAffinity
      @QuanAffinity 5 หลายเดือนก่อน

      Hello5 not Hello 5 no spaces

  • @sanket7877
    @sanket7877 ปีที่แล้ว +4

    didi pls aisehi minute concepts which student ignore during interviews , aur laiye. It will be very helpful

  • @अभयदीप-ज1ग
    @अभयदीप-ज1ग หลายเดือนก่อน

    Radhe Krishna ji राधे राधे जी

  • @sanatani-aatma
    @sanatani-aatma 10 หลายเดือนก่อน +334

    Samjh to nahi aaya but sunke acha laga 😂😂😂

    • @bavyagastya2149
      @bavyagastya2149 9 หลายเดือนก่อน +7

      No. Of character bhai printf function me Hello likha hai there is 5 characters in Hello to screen par output 5 aayega simple

    • @SwingMotor
      @SwingMotor 8 หลายเดือนก่อน +7

      Sanatani ko kab se samaz nhi aa rha ha 😅😅

    • @anuj-13
      @anuj-13 8 หลายเดือนก่อน +1

      😂😊

    • @Justanov
      @Justanov 7 หลายเดือนก่อน +3

      ​@@SwingMotor 😂😂😂

    • @Shrutiyadav_108
      @Shrutiyadav_108 6 หลายเดือนก่อน +11

      ​@@SwingMotor Jo samjha rahi hai vah bhi sanatani hi hai

  • @jaykant0007
    @jaykant0007 2 หลายเดือนก่อน +1

    it will print Hello5 as output, cause printf("Hello"); print Hello and printf("Hello"); has 5 characters and 5 is stored in x. So output is Hello5.

  • @purveshmahendrakar2110
    @purveshmahendrakar2110 ปีที่แล้ว +3

    Make a full length video of understanding this type of concepts

  • @swanandlaghate5113
    @swanandlaghate5113 ปีที่แล้ว

    मॅडम, मैं भी १२-१३ साल से programming languages पढ रहा, उनमे काम कर रहा हू मगर ये बात मुझे आज पता चली, thanks for updating me! मगर interviewer ये सवाल क्यो ऑर किस लिये पूछता ? इसका कंपनी के कोई भी काम मे उपयोग ही नही???

  • @siddheshnarwade3647
    @siddheshnarwade3647 5 หลายเดือนก่อน +5

    As a 12 th std student i m happy to ans the question correctly 😅❤

  • @PokeBoy-pe8lr
    @PokeBoy-pe8lr 8 หลายเดือนก่อน +1

    I am a beginner. If c++ is an extended of c ,then why we use “printf” and “cout” to output a statement.

  • @meetparmar2107
    @meetparmar2107 ปีที่แล้ว +4

    Int x=(printf("hello world") , 18);
    Was asked in iit kgp mid sem exam.

    • @Stay-hard6
      @Stay-hard6 ปีที่แล้ว

      i guess that comma is of no use there

    • @sebastian18059
      @sebastian18059 10 หลายเดือนก่อน

      Same cheez hai, hello world hi print hoga

    • @Hloo-z4w
      @Hloo-z4w 3 หลายเดือนก่อน

      What is answer??

  • @randomcreations2197
    @randomcreations2197 19 วันที่ผ่านมา

    Thanks I could learn this for the first time from this video. But it actually prints 6 as printf also counts the null character '\0' . Correct me please if I'm wrong.❤

  • @sahilmane2601
    @sahilmane2601 ปีที่แล้ว +8

    Some people are saying that the answer is Hello5 but the question is not that what is the output, but it is that what is x and the value of x is 5, not hello5.

    • @Hloo-z4w
      @Hloo-z4w 3 หลายเดือนก่อน

      Unhone poocha screen pe kya show hoga...

    • @AjayKumar-xj8in
      @AjayKumar-xj8in หลายเดือนก่อน

      Bhai pehla question Sunna karo aacha sa fir Gyan do

  • @anycontent4u457
    @anycontent4u457 3 หลายเดือนก่อน

    Point 1: Output also includes hello and then 5 will be written like Hello5
    Point2: printf also takes 'space' as a character
    If it was written like "Hello w" then printf will count 5+1+1 = 7 . Output is : Hello w7

  • @jarvis9263
    @jarvis9263 10 หลายเดือนก่อน +5

    #include
    int main() {
    // Write C code here
    int x = printf("Hello
    ");
    printf("%d
    ",x);
    return 0;
    }
    output --->
    Hello
    6

    • @Exposing.official.
      @Exposing.official. 3 หลายเดือนก่อน

      correct

    • @AkankshaSumanofficial
      @AkankshaSumanofficial หลายเดือนก่อน +1

      Plz explain in words, if possible

    • @Exposing.official.
      @Exposing.official. หลายเดือนก่อน +2

      @@AkankshaSumanofficial I will explain you in a while . I’m busy right now

    • @AkankshaSumanofficial
      @AkankshaSumanofficial หลายเดือนก่อน +2

      @@Exposing.official. oh, thank you so much

    • @Exposing.official.
      @Exposing.official. หลายเดือนก่อน +1

      @@AkankshaSumanofficial
      The code prints "Hello" and then a number on the next line.
      The printf("Hello
      ") function prints "Hello" and returns the number of characters it printed (6, including the newline
      ).
      This return value (6) is stored in the variable x.
      Then, printf("%d
      ", x) prints the value of x, which is 6.

  • @approgrammingdoor1373
    @approgrammingdoor1373 ปีที่แล้ว +3

    One idea to take is, when we r printing the value of x we also used "%d" which represents an int so the output will be
    hello5
    5 = charector of str.

  • @ayushthaware344
    @ayushthaware344 ปีที่แล้ว +2

    Hello5 is correct Output
    The Print statement hello will also be printed, talking about next statement, the length of HELLO that is 5 is printed after that without any space

  • @ratnajaiswal169
    @ratnajaiswal169 ปีที่แล้ว +5

    It prints Hello5...
    Is there any way to print only number of characters not the original word in printf ??

  • @khazeemakanwal7213
    @khazeemakanwal7213 ปีที่แล้ว

    We want more this type of questions n this answer
    Thank u didi

  • @Reactiverahul
    @Reactiverahul 5 หลายเดือนก่อน +19

    In python
    Output
    Hello
    None

  • @superbikelover01
    @superbikelover01 ปีที่แล้ว +9

    In this question answer is "HELLO 5" BECAUSE value of int x is how many alphabet in Hello and hello is also print

    • @shikharpahade3959
      @shikharpahade3959 ปีที่แล้ว

      Data type is int , so only integer value will be printed

    • @kanhagarg1525
      @kanhagarg1525 ปีที่แล้ว

      Hello5 without space

    • @DarkMysterioGaming
      @DarkMysterioGaming ปีที่แล้ว

      ​@@shikharpahade3959no bro

    • @superbikelover01
      @superbikelover01 ปีที่แล้ว +1

      @@kanhagarg1525 yes but I mention in this comments for understanding "HELLO5" THIS IS REAL OUTPUT

    • @shriyanshu_9k
      @shriyanshu_9k ปีที่แล้ว

      ​@@shikharpahade3959bhai practical krke check krle....hello5 print ho rha h

  • @rohansapate3890
    @rohansapate3890 ปีที่แล้ว +1

    We want more such shorts on C and Java.

  • @onetofun
    @onetofun ปีที่แล้ว +9

    We want more like this...😇✨

  • @AryanJC07
    @AryanJC07 ปีที่แล้ว +1

    Yup its simple thanks for sharing ❤

  • @sahilchopde1450
    @sahilchopde1450 ปีที่แล้ว +10

    Answer is " Hello5" not only 5 I also run the program

    • @Tbm4545
      @Tbm4545 ปีที่แล้ว +6

      Bete usne x ka value pucha hai na ki kya print hoga,
      Wo jo hello print horaha hao wo uper wali print statement ka ans hai aur uske bad x yani ki 5 print horaha hai, aur udhr new line statement nahi use ki hai isliye wo hello5 ek sath print hoarah hai

    • @luxrayy2041
      @luxrayy2041 11 หลายเดือนก่อน

      ​@@Tbm4545yeahhhh

    • @Hbjbmlsi
      @Hbjbmlsi 7 หลายเดือนก่อน

      ​@@Tbm4545 oh

  • @AkankshaSumanofficial
    @AkankshaSumanofficial หลายเดือนก่อน

    Plz provide some more shorts on C programming

  • @jayrawat3929
    @jayrawat3929 ปีที่แล้ว +3

    Meaningful❤

  • @tgayush1424
    @tgayush1424 ปีที่แล้ว

    Bring more videos like this, or make a large video like this , this types of questions come in OA , and the prefix and postfix thing also common...

  • @Rama_Siva
    @Rama_Siva ปีที่แล้ว +16

    I run this program/code answer aya - hello5.🤔

    • @Rama_Siva
      @Rama_Siva 11 หลายเดือนก่อน +1

      ​@@vivekdhamande8350 bro character nahi hai eiaha.😂

    • @sarwanray12
      @sarwanray12 10 หลายเดือนก่อน

      Ha bhai answer hello5 hi ayega isme x ka value kya print hoga questions ye hai uska answer hai 5

  • @Abhishek-qw2mf
    @Abhishek-qw2mf ปีที่แล้ว

    Phli bar koi sahi jawab mene dia hai apka 😂❤

  • @AkashSupkar-io9up
    @AkashSupkar-io9up 5 หลายเดือนก่อน +3

    'X'usiko kahata ha jo hame chor ka chali jati ha 😢😅

  • @ankitrajarya864
    @ankitrajarya864 2 หลายเดือนก่อน +1

    Didi ans will be hello 5 ❤❤

  • @Syed6579
    @Syed6579 ปีที่แล้ว +7

    Good question ❤

  • @shubhangiagarkar1708
    @shubhangiagarkar1708 7 หลายเดือนก่อน

    Certainly! Here's the corrected code that stores the value returned by `printf` in `x` and returns it:
    ```c
    #include
    int main() {
    int x = printf("hello");
    printf("%d", x);
    return x;
    }
    ```
    This code prints the length of the string "hello" followed by its actual length, and then returns the value of `x`. So the output will be:
    ```
    hello5
    ```
    And the return value of the program will be `5`.

  • @princepexz
    @princepexz ปีที่แล้ว +3

    Intresting

  • @pranavkavishwar1020
    @pranavkavishwar1020 ปีที่แล้ว

    Answer ---> Hello 5
    Explanation ---> printf() function returns the character count inside the double inverted commas. So first it will print "Hello" followed by no. of characters which is 5.

  • @Aarya_x12
    @Aarya_x12 ปีที่แล้ว +15

    OUTPUT (Hello5) aa rha h

    • @ankitkumar-qi3cd
      @ankitkumar-qi3cd 8 หลายเดือนก่อน

      correct bro, qki phle first wala printf apna Hello print krega, phir baad me next wala printf X ki value print krega :-) then output aayega Hello5

  • @ramjiyadav5147
    @ramjiyadav5147 8 หลายเดือนก่อน

    Outstanding shradhha ji

  • @bhavyashah7904
    @bhavyashah7904 ปีที่แล้ว +8

    on screen it will display "Hello 5"

  • @sagaryadu45
    @sagaryadu45 ปีที่แล้ว

    Also it is return blank space and integer value ..

  • @cheenu2064
    @cheenu2064 ปีที่แล้ว +19

    Output will be
    Hello5👍

  • @factkafunda-of4bj
    @factkafunda-of4bj ปีที่แล้ว

    Ma'am final output Hello5 ayega aur X ki value 5 ayega

  • @HarshPatel-sk5fd
    @HarshPatel-sk5fd ปีที่แล้ว +6

    output is Hello5

    • @shubhamraut9339
      @shubhamraut9339 ปีที่แล้ว

      Hello 5 , space Miss kar diya tune😊😅

  • @_mukumemories
    @_mukumemories 2 หลายเดือนก่อน

    For X, it's 5 but actual output will be "Hello 5"

  • @karandeepsinghsingh1919
    @karandeepsinghsingh1919 7 หลายเดือนก่อน

    Didi agar char hota to direct Hello print hota na ?

  • @jitendrajaat3833
    @jitendrajaat3833 5 วันที่ผ่านมา

    Nhi mam kabhi kabhi editor 6 value bhi return karta hai because null character bhi include kar leta hai.....

  • @Someone16248
    @Someone16248 3 หลายเดือนก่อน

    This is a simple type conversation, the string is a array of character, so it will return the amount of characters it has 😊

  • @callofactiongamingchannel2125
    @callofactiongamingchannel2125 3 หลายเดือนก่อน +1

    huh, matlab jitne character ka word hoga ye usse utne number me convert karke value provide karega?

  • @JothsnaSreeTadepalli_02
    @JothsnaSreeTadepalli_02 3 วันที่ผ่านมา

    Mam post videos in english so that people who don't understand Hindi can also watch your videos

  • @anildaharwal2013
    @anildaharwal2013 8 หลายเดือนก่อน

    Str_1='Hello'
    Str_1=Len()
    Ans 5

  • @user-xb3my6zw6r
    @user-xb3my6zw6r 5 หลายเดือนก่อน

    5?The answer should be Hello only right. Because we aren't giving any other command to print number of characters of the string.

  • @mr.rushold5067
    @mr.rushold5067 3 หลายเดือนก่อน +1

    Those who are messed up with c++ due to college teaching....😂

  • @Anemptysoul
    @Anemptysoul 10 หลายเดือนก่อน

    The answer is not only 5 . It's hello5 as printf("hello"); statement will also execute.

  • @anurag-bh2ug
    @anurag-bh2ug 10 หลายเดือนก่อน +1

    We want more videos like this😊

  • @boydista_307
    @boydista_307 หลายเดือนก่อน

    We can change int main to void main, then there will be no need to write any return value

  • @amitvishwakarma4132
    @amitvishwakarma4132 ปีที่แล้ว

    Didi percentage ke base par admission karwana chahiye ya nhi

  • @StaticTechnology
    @StaticTechnology 9 หลายเดือนก่อน

    This is not logic test. This is how much memory you have in your mind.

  • @YuvrajChandra-sj5ql
    @YuvrajChandra-sj5ql 2 หลายเดือนก่อน

    Bhai mere ko samajh to aa gaya lekin mai program ke liye nahi ruka tha mai to ladki ke akhon me kho gaya tha 😅😅 isliye end tk ruka ❤

  • @Nature20078
    @Nature20078 6 หลายเดือนก่อน

    4 is the answer.....because hello 0,1,2,3,4

  • @BikeCarDekhoofficial
    @BikeCarDekhoofficial 2 หลายเดือนก่อน

    Last me return 0, likhne ke piche kya concept hai c ke is code me?

  • @AamirKhan-12345-b
    @AamirKhan-12345-b 4 หลายเดือนก่อน

    Good teacher ❤❤

  • @SidsAnalysis
    @SidsAnalysis 10 หลายเดือนก่อน +1

    Jo printable cheeje hongi unka count number print hoga
    Jaise isme Hello ye sare printable hain Isiliye iska answer 5 aayega
    However isme \0 null character bhi hai but vo printable nhi hai isiliye vo is count me nhi add hoga

  • @adkramgaming
    @adkramgaming 6 หลายเดือนก่อน

    printf hello ke sath bhi hai x ke sath bhi toh Hello5 aana chahiye?

  • @khizraaaah.__
    @khizraaaah.__ 3 หลายเดือนก่อน

    Beauty with brain❤

  • @rajputsmind
    @rajputsmind ปีที่แล้ว

    Didi koi budget friendly course bta jo badhiya rhe 🙏

  • @mukherjee.p
    @mukherjee.p 5 หลายเดือนก่อน

    There's nothing to "think" about this. If you know you know lol.
    You may not be able to just guess the return value out of a random function (random because you typically wouldn't use it like this) right.
    Typically in systems languages, they usually return the "number of bytes written" from printing or writing functions. So there's that.

  • @haryanvi.vishal06
    @haryanvi.vishal06 ปีที่แล้ว

    4 mene suna tha programing me counting 0 se start hoti hai ?

  • @deepakmodi9343
    @deepakmodi9343 ปีที่แล้ว

    Mybe answer is 1(if printf is boolean function)
    Or mybe ascii value of each digit
    Or maybe somekind of binary no.
    Edit: 😕

  • @yogeshkuthe8920
    @yogeshkuthe8920 11 หลายเดือนก่อน

    What if there is integer value eg
    int a=5
    int x= printf(a);
    printf(x);

  • @MdRakibulhasan-dq5dh
    @MdRakibulhasan-dq5dh ปีที่แล้ว

    yes the x value is 5 .if we get this code output .than we have hello5 output

  • @yuvrajpinkman
    @yuvrajpinkman 10 หลายเดือนก่อน

    mujhe ye mila tha , answer will be hello 5 (space because _%d) otherwise hello5

  • @pianistmitali8413
    @pianistmitali8413 2 หลายเดือนก่อน +2

    But Didi I'm using Dev C platform on that :-
    Output :- Hello 5
    "Hello 5" is coming, is it right or wrong?

  • @VishalSingh-nn4ne
    @VishalSingh-nn4ne 11 หลายเดือนก่อน

    %d indicates the integer value thats why 5 will be print

  • @learningfiru
    @learningfiru 8 หลายเดือนก่อน +1

    hey mam ; may the R8 answer will be "hello5"

    • @advaitgadekar6771
      @advaitgadekar6771 6 หลายเดือนก่อน

      But int return only integer walue how hello can home?

  • @-MustakimMusa
    @-MustakimMusa 8 หลายเดือนก่อน +1

    #include
    int main() {
    // Write C code here
    int x= printf("Hello");
    printf("%d", x);
    return 0;
    }