Describe explain how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
main() { float a=3.2e40; printf("%d",a); }
What is static function in c?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what is c?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What do you mean by scope of a variable in c?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Explain what are global variables and explain how do you declare them?
What is c token?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
how to find out the inorder successor of a node in a tree??