plz send me some question for beginners related to funtions
send me some question for beginner
Collapse
X
-
Hi.Originally posted by wajihaplz send me some question for beginners related to funtions
I think you could find a lot of questions for beginners anywhere including books you are referring to.
I suggest you think of a problem youself and write a funcion for it.
If you are a beginner to programming itself, you could probably start off with simple mathematical functions like checking whether a number is prime or not and advance the complexity as you find yourself more comfortable to code.
When someone else is suggesting questions, they wouldnt know your exact stand to guide you -
since u r requesting only the questions..i am willing to help..But plz don't force me to post the ans..lets start with the basic...Originally posted by wajihaplz send me some question for beginners related to funtions
1)Explain about function in c?
2)Difference between called function and calling function?
3)Difference between function prototype,funct ion call,function defintion?
4)Is it true that fn. declaration and fn. call is same?
5)By default a fn.s return type must be a which data type?
6)what is meant by Ansi C style and K&R style?which style is common in use?
7)whether a fn. can return more than one value? if yes then how?
8)whether 2 successive return statement is possible inside a fn.?
9)Is it possible to store address of a fn. in an variable?if yes then how?
10)Explain about function pointer?
11)Explain about callback function?
12)Advantages of callback in c?what can be achieveable using callback?
i am sure 12 questions will lead u to another n number of questions...so all the best..
Folks correct me if i am wrong anywhere?Comment
-
Comment