Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
General Awareness
→
IIT JEE in General Awareness
→
What is the difference between parameters and argu...
1.
What is the difference between parameters and arguments?
Answer»
S.No.
Parameters
Arguments
1
Values provided in the function header.
Values provided in the function call.
2
(eg) def area (r): —> r is the parameter
(eg) def main() radius = 5.0 area (radius) —> radius is the argument.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Write for statement to print the series 105,98,91,… .7
Write for statement to print the series 10,20,30, ……., 300
Write the while loop to print the series: 5,10,15,…100
Rewrite the following while loop into for loop:i=88while(i>=8): print ii- = 8
Convert the following for loop into while loop, for i in range (1,100):if i % 4 == 2 :print i, “mod”, 4 , “= 2”
Convert the following while loop into for loop:i = 0while i < 100:if i % 2 == 0:print i, “is even”else:print i, “is odd”i = i + 1
What are the two ways of output using print()?
Why does the expression 2 + 3*4 result in the value 14 and not the value 24?
What is the difference between input() and raw_input()?
Convert the following while loop into for loopchar = ""print “Press Tab Enter to stop ...”iteration = 0while not char == “\t” and not iteration > 99:print “Continue?”char = raw_input()iteration+ = 1
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies