Why do we use int main?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
Why #include is used in c language?
How can I do peek and poke in c?
How does #define work?
Which built-in library function can be used to match a patter from the string?
write a program that finds the factorial of a number using recursion?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Can you think of a way when a program crashed before reaching main? If yes how?
How do I access command-line arguments?
why should i select you?
what is constant pointer?