Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
When should volatile modifier be used?
wap in c to accept a number display the total count of digit
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Explain what is a 'locale'?
What is getch () for?
What is the use of getchar() function?
What is c programing language?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
what is memory leak?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
how to find greatet of 10 numbers without using array?