I have a varargs function which accepts a float parameter?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a program to receive an integer & find its octal equivalent by using for loop?
What are the languages are portable and platform independent?Why they are like that?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What are header files and explain what are its uses in c programming?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What are the Advantages of using macro
How can you determine the maximum value that a numeric variable can hold?
Can a local variable be volatile in c?
explain what are actual arguments?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
how to write optimum code to divide a 50 digit number with a 25 digit number??