answersLogoWhite

0

What else can I help you with?

Related Questions

How do you write a c program without using main function?

You cannot create a program with the extension .exe without the function main. You can create a dll which does not even use main. WinApi uses another main function but it's still a main function. Main function is entry point for your program, no entry point no program.Write a progrmme in c with out using a main function. #include #define decode(s,t,u,m,p,e,d)m##s##u##t #define begin decode(a,n,i,m,a,t,e) int begin() { printf("HELLO") }


How do you call a function in the main function?

name ( parameters )example:int main (int argc, char **argv){int i;for (i=0; i


What was the children's cartoon in the 90's that's main character was Jesse he lived on a boat with his shaggy dog?

Its Joshua Jones.


How can we write a code after main closed in c language?

Register the function(s) containing the code with atexit.


How do you print a word before main function?

Do you mean something like this: static void Print (const char *s) { puts (s); } int main (void) { Print ("a word"); return 0; }


Can a Chevy S-10 pull a boat?

A small boat, yes.


How you call a function in main?

name ( parameters )example:int main (int argc, char **argv){int i;for (i=0; i


What is the difference between the calling function and called function?

Function calling is when you call a function yourself in a program. While function invoking is when it gets called automatically.For example, consider this programstruct s{int a,b,s;s(){a=2;b=3;}void sum(){s=a+b;}};void main(){struct s obj; //line 1obj.sum(); // line 2}Here, when line 1 is executed, the function(constructor, i.e. s) is invoked.When line 2 is executed, the function sum is called.


What is Chickenfeed retail chain 's motto?

Chickenfeed - retail chain -'s motto is 'Bargains With a Smile'.


Does the 98 Chevy s-10 have a timing belt or chain?

It has a chain.


Can a 1999 s-10 4 cylinder pull a boat?

It depends how big a boat.


8.0 m per s and a boat is traveling 10.0 m per s upstream what is the boats speed relative to the riverbank?

f a river current is 8.0 m/s, and a boat is traveling 10.0 m/s upstream, what is the boat's speed relative to the riverbank?