How can I write functions that take a variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
Explain what are multidimensional arrays?
How can I read and write comma-delimited text?
Explain what is the difference between declaring a variable and defining a variable?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What are the benefits of organizational structure?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
Differentiate between functions getch() and getche().
1 232 34543 4567654 can anyone tell me how to slove this c question
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Is c is a high level language?