Ans of question 1 will be Option D....main can be called recursively
@rishabhdubey48425 жыл бұрын
main() can be recursively called.. solution to 1st question is wrong. correct ans is : nothing will be printed
@Gauravsharma-bc3gc5 жыл бұрын
no it can't be called recursively
@deepak_005 жыл бұрын
@@Gauravsharma-bc3gc-> Rishabh is right, trying it on your comp. it's a never-ending program
@raghavadamodar19985 жыл бұрын
Explained well..
@OnlineStudy4u5 жыл бұрын
Raghava Damodar thank you Raghava
@mayurichakrabarty68425 жыл бұрын
very helpful
@arnevmalu07095 жыл бұрын
Mayuri Chakrabarty Thanks Mayuri
@aritra88205 жыл бұрын
i compiled the code and nothing was printed in the console,so option d is correct.and it's absolutely legal to invoke main function
@chandanmishra82115 жыл бұрын
Maam please discuss as many qa u can thanks
@arnevmalu07095 жыл бұрын
chandan mishra yes.. keep watching
@sukhendughosal68225 жыл бұрын
Mam is there command line argument in coding section? Can we use simple STDIN for input rather than command line argument?
@pallavigosavi68515 жыл бұрын
Mam in last question it is not returning anything since the data type is int....so it should be an error right???.
@swathiaunoo93615 жыл бұрын
In some questions for TCS nqt options are like dcbb ,sa etc what does that mean can you please reply fast because I have exam tomorrow
@vishnusaicharan37255 жыл бұрын
I think in exam there will be a blank space to write the answer in mock test there will be no such blank space
@muralidharanr45145 жыл бұрын
Hi mm.. May I know which tool did you use to give such videos
@OnlineStudy4u5 жыл бұрын
CONNECT Education zoom
@muralidharanr45145 жыл бұрын
OnlineStudy4u thank you
@mdkashifsalim50105 жыл бұрын
Last question me int main() use kiya gaya hai but return nhi kiya gaya to kya ye compilation error nhi hoga
@mdkashifsalim50105 жыл бұрын
Mam last question output generate krega
@mohitarora21905 жыл бұрын
Hey can u pls share the link for prev year question papers for tcs nqt
@lakshmanvinay46485 жыл бұрын
Hey when I run this code snippet in a compiler it showed Command terminated by signal 11(segmentation fault) and I think this is a runtime error as I searched in the web
@arnevmalu07095 жыл бұрын
LAKSHMAN VINAY I can help if i know which code snippet you are talking about.
@lakshmanvinay46485 жыл бұрын
1st code snippet
@raghavgupta19985 жыл бұрын
Are these questions real??
@OnlineStudy4u5 жыл бұрын
Raghav Gupta model questions
@bhagwandasvishwakarma80115 жыл бұрын
Maidam ji hall ticket dowanlod kaise kare bataooo plzzzzzz
@ashishgarg76855 жыл бұрын
Mail pe aaya hoga bro
@debasispadhi44265 жыл бұрын
Mail may ayya hoga bro
@karthimaruthan2865 жыл бұрын
did you get hall ticket??
@Ashok-Odishaaa5 жыл бұрын
Hall tickets will be available on 10th July.... Wait wait
@karthimaruthan2865 жыл бұрын
@@Ashok-Odishaaa test postponed aha
@Ashok-Odishaaa5 жыл бұрын
@@karthimaruthan286 no. The online exam will be held on 20th July
@DurgaPrasad-kj2cj5 жыл бұрын
We can write without main by using macros
@arnevmalu07095 жыл бұрын
Durga Prasad, macro is a preprocessor directive. We can write them outside function as we write #include. But How can macro function without main ?