Which header file should you include if you are to develop a function which can accept variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
How pointer is benefit for design a data structure algorithm?
What is the right way to use errno?
what are the advantages of a macro over a function?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
Why n++ execute faster than n+1 ?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
what does ‘segmentation violation’ mean?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
what is available in C language but not in C++?
10 Answers CTS, TCS,