Explain what is a static function?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers and keywords in c?
how to add two numbers without using arithmetic operators?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
What is the purpose of type declarations?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is memcpy() function?
c program to subtract between two numbers without using '-' sign and subtract function.
What is the scope of global variable in c?
What are the types of arrays in c?
Explain how can a program be made to print the line number where an error occurs?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Do you have any idea about the use of "auto" keyword?