saving . . . saved Regarding assignment has been deleted. Regarding assignment has been hidden .
Regarding assignment
Title
Question
Sir after completion of assignment where I have to submit my assignment.
Please provide me link so that I can submit my assignment.

Advanced-Cpp General None min None sec 11-07-20, 10:30 a.m. shipra46

Answers:

#include<stdio.h>
inter main( ) 
{
Printf("Welcome to the world of C") ;
return 0;
}
Output:
Welcome to the world of c
11-07-20, 6:36 p.m. Anuja_kalyankar1234mgm
you give her a wrong answer
28-12-20, 10:33 p.m. Rahul900

Login to add comment


#include<iostream>
using namespace std;
int main( ) 
{
cout<<" name:anuja and city:nanded";
return 0;
}
Output:
name:anuja and city:nanded
11-07-20, 6:39 p.m. Anuja_kalyankar1234mgm


Sir I didn't ask for answer what I am trying to ask you that  I just completed my assignment but I don't know where to submit my assignment
11-07-20, 6:43 p.m. shipra46
i need some help could you please help me?

28-12-20, 10:34 p.m. Rahul900

Login to add comment


#include<iostream>
using namespace std;
inter main( ) 
{
cout<<"welcome to the world of C++";
cout<<"\n let's start making new programs";
cout<<"\n on turboo C++";
return 0;
}
Output:
welcome to the world of C++
let's start making new programs
on turboo C++
11-07-20, 6:44 p.m. Anuja_kalyankar1234mgm


#include<iostream>
using namespace std;
int main( ) 
{
cout<<" name:anuja and city:nanded";
return 0;
}
Output:
name:anuja and city:nanded
11-07-20, 6:45 p.m. Anuja_kalyankar1234mgm


#include<iostream>
using namespace std;
int main( )
{
cout<<"name:rakhi and city:nanded";
return0;
}
Output:
name:rakhi and city:nanded
14-07-20, 8:58 a.m. vivek1211


Log-in to answer to this question.