answersLogoWhite

0

functions of cultural code in presentation

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can you define a function inside a function?

No. Functions should be defined separately. So you would not define a function within a function. You can define one function, and while defining another function, you can call the first function from its code.


Why we use function prototyping in c language?

You could just define the whole function before it is called, like this:void do_nothing(){}main(){do_nothing();}but if you define the function after it is called, the compiler will arrive at the function's calling before its actual definition. If you prototype your function earlier in the code than the function's call, the compiler will look for the function first.Hope I was able to help.


How could you insert or call the OBJ file in c source code?

You will need to define any functions used as "external", then when you link the object code you will make sure that the object file with the function is included in the link command. Then you just call the function as though it were local.


How do you define a constant in PHP?

You can define a constant using the define() directive.you can use this a number of ways;to define a variable to a constant do:$string = "hello";define("string",$string);to define a string to a constant use:define("hello","there");to define a integer or other numerical value use:define("number",1.0);Summery:to define a string use quotes as you would do a string.Unlike variables in PHP a constant cannot be changed or undefined once it is defined. Constant remains automatically globally throughout the script. It means that it can be accessed from inside a function. e.g.


What is the code of presentation convent school Delhi?

5705496


What is the zip code of Rush?

plz define to zip code ?


Which layer of the the osi model handles data translation code formatting and data encryption?

Presentation


Explain the scope and visibility of variables in c plus plus function?

If you define a variable inside of your function, the variable can be referred and used only inside of that function. It means that you will not able to use the variable in another function (including main). Area of code where your variable can be used after declaration is usually called visibility of the variable.


Define aerodrome code What is the purpose of aerodrome reference coded?

define the width of runway strips for aerodrome reference code?4E


How does one define a Javascript class?

To define the class of a javascript code or string there are two to three or so main methods, one of these is to use it, and review the result, such as activating and using a function relative to to itself. Another is to use the objects Literals, the advantage to this is that Literals are a shorter way to define objects and arrays in JavaScript.


What are the ICD-9 Code For cannot rule out Malignancy?

There is no ICD9 code for any phrase with "rule out." Code the presentation instead.


What part of the OSI model ensures character code recognition?

Presentation