|
INTERVIEW QUESTIONS
WEB
WMLSCRIPT
DETAILS
Question: What is WML function?
Answer: We can executed WMLScript Statements together as a unit are called as functions.Below I have declare a function using WMLScript.
extern function identifier(FormatParameterList) Block ;
extern keyword is optional and used to specify the function which can be called from outside a current compilation unit in which that function is been defined. We can declare a function in WMLScript like that, function RunTime(d, s) { var t = d / s; return t; }; Where, t,d and s stand for time,distance and speed respectively.
|
|
|
Category |
WMLScript Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7890 users |
Added on |
4/28/2014 |
Views |
69824 |
Rate it! |
|
|
Question:
What is WML function?
Answer:
We can executed WMLScript Statements together as a unit are called as functions.Below I have declare a function using WMLScript.
extern function identifier(FormatParameterList) Block ;
extern keyword is optional and used to specify the function which can be called from outside a current compilation unit in which that function is been defined. We can declare a function in WMLScript like that, function RunTime(d, s) { var t = d / s; return t; }; Where, t,d and s stand for time,distance and speed respectively. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is WMLScript standard libraries?
|
View Answer
|
|
How to validate a user input using WMLScript?
|
View Answer
|
|
What is WMLScript?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All WMLScript Interview Questions & Answers - Exam Mode /
Learning Mode
|