tell some basic program asked during interview | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

tell some basic program asked during interview

21st Sep 2016, 2:45 PM
Bharath S 13BE017
Bharath S 13BE017 - avatar
3 ответов
0
write a c++ program to print your name????
2nd Oct 2016, 12:29 PM
faisal
0
which is here
2nd Oct 2016, 12:30 PM
faisal
0
#include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"faisal"; getch() }
2nd Oct 2016, 12:32 PM
faisal