Which of the following is a correct identifier in C++?
Anonymous Quiz
51%
VAR_1234
20%
$var_name
9%
7VARNAME
8%
7var_name
13%
Don't know
Indian Flag Souce Code:-
import turtle
from turtle import*
# screen for output
screen = turtle.Screen()
# Defining a turtle Instance
t = turtle.Turtle()
speed(0)
# initially penup()
t.penup()
t.goto(-400, 250)
t.pendown()
# Orange Rectangle
# white rectangle
t.color("orange")
t.begin_fill()
t.forward(800)
t.right(90)
t.forward(167)
t.right(90)
t.forward(800)
t.end_fill()
t.left(90)
t.forward(167)
# Green Rectangle
t.color("green")
t.begin_fill()
t.forward(167)
t.left(90)
t.forward(800)
t.left(90)
t.forward(167)
t.end_fill()
# Big Blue Circle
t.penup()
t.goto(70, 0)
t.pendown()
t.color("navy")
t.begin_fill()
t.circle(70)
t.end_fill()
# Big White Circle
t.penup()
t.goto(60, 0)
t.pendown()
t.color("white")
t.begin_fill()
t.circle(60)
t.end_fill()
# Mini Blue Circles
t.penup()
t.goto(-57, -8)
t.pendown()
t.color("navy")
for i in range(24):
t.begin_fill()
t.circle(3)
t.end_fill()
t.penup()
t.forward(15)
t.right(15)
t.pendown()
# Small Blue Circle
t.penup()
t.goto(20, 0)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
# Spokes
t.penup()
t.goto(0, 0)
t.pendown()
t.pensize(2)
for i in range(24):
t.forward(60)
t.backward(60)
t.left(15)
#to hold the
#output window
turtle.done()
import turtle
from turtle import*
# screen for output
screen = turtle.Screen()
# Defining a turtle Instance
t = turtle.Turtle()
speed(0)
# initially penup()
t.penup()
t.goto(-400, 250)
t.pendown()
# Orange Rectangle
# white rectangle
t.color("orange")
t.begin_fill()
t.forward(800)
t.right(90)
t.forward(167)
t.right(90)
t.forward(800)
t.end_fill()
t.left(90)
t.forward(167)
# Green Rectangle
t.color("green")
t.begin_fill()
t.forward(167)
t.left(90)
t.forward(800)
t.left(90)
t.forward(167)
t.end_fill()
# Big Blue Circle
t.penup()
t.goto(70, 0)
t.pendown()
t.color("navy")
t.begin_fill()
t.circle(70)
t.end_fill()
# Big White Circle
t.penup()
t.goto(60, 0)
t.pendown()
t.color("white")
t.begin_fill()
t.circle(60)
t.end_fill()
# Mini Blue Circles
t.penup()
t.goto(-57, -8)
t.pendown()
t.color("navy")
for i in range(24):
t.begin_fill()
t.circle(3)
t.end_fill()
t.penup()
t.forward(15)
t.right(15)
t.pendown()
# Small Blue Circle
t.penup()
t.goto(20, 0)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
# Spokes
t.penup()
t.goto(0, 0)
t.pendown()
t.pensize(2)
for i in range(24):
t.forward(60)
t.backward(60)
t.left(15)
#to hold the
#output window
turtle.done()
Happy Independence Day ๐ฎ๐ณ๐๐
INFOSYS WORK FROM HOME INTERNSHIP
LOCATION - ACROSS INDIA
QUALIFICATION - BACHELOR'S DEGREE/MASTER DEGREE/MBA
APPLY LINK- https://careers.infosys.com/instep/internship/instepregistrationpage.aspx
LOCATION - ACROSS INDIA
QUALIFICATION - BACHELOR'S DEGREE/MASTER DEGREE/MBA
APPLY LINK- https://careers.infosys.com/instep/internship/instepregistrationpage.aspx
Complete Notes Available in pdf file โ
Visit (Click) for Notes ๐
Core Java Notes:-
https://rzp.io/l/corejavanotes
Advanced Java Notes:-
https://rzp.io/l/advancedjavanotes
Python Notes:-
https://rzp.io/l/python-notes
HTML CSS JavaScript Notes:-
https://rzp.io/l/htmlcssjsnotes
Database - SQL Notes:-
https://rzp.io/l/sqlnotes
Data Structures & Algorithms
https://rzp.io/l/dsanotes
C Language Notes:-
https://rzp.io/l/cnotes
C++ Notes:-
https://rzp.io/l/cplusnotes
Angular JS Notes:-
https://rzp.io/l/angularjsnotes
C#.Net Notes:-
https://rzp.io/l/csharpnetnotes
Spring Boot Notes:-
https://rzp.io/l/springbootnotes
Microservices Notes:-
https://rzp.io/l/microsevicesnotes
Selenium Notes:-
https://rzp.io/l/seleniumnotes
Visit (Click) for Notes ๐
Core Java Notes:-
https://rzp.io/l/corejavanotes
Advanced Java Notes:-
https://rzp.io/l/advancedjavanotes
Python Notes:-
https://rzp.io/l/python-notes
HTML CSS JavaScript Notes:-
https://rzp.io/l/htmlcssjsnotes
Database - SQL Notes:-
https://rzp.io/l/sqlnotes
Data Structures & Algorithms
https://rzp.io/l/dsanotes
C Language Notes:-
https://rzp.io/l/cnotes
C++ Notes:-
https://rzp.io/l/cplusnotes
Angular JS Notes:-
https://rzp.io/l/angularjsnotes
C#.Net Notes:-
https://rzp.io/l/csharpnetnotes
Spring Boot Notes:-
https://rzp.io/l/springbootnotes
Microservices Notes:-
https://rzp.io/l/microsevicesnotes
Selenium Notes:-
https://rzp.io/l/seleniumnotes
Razorpay
Pay for Core Java Notes by Know Program
. . . Product Description. Cover All Core Java Topics (Basic to Advanced) | This Note contains basic to advance Core Java Tutorials and Programming and can help Programmers who want to learn Java quickly. It is very easy to understand because it containsโฆ
Source Code on Telegram (Link in Bio โจ)
https://www.instagram.com/reel/DBtPKyGosx5/?igsh=MW5vOWY5NGNwa2R1dg==
https://www.instagram.com/reel/DBtPKyGosx5/?igsh=MW5vOWY5NGNwa2R1dg==