TCS Company Programming Definition


A function can have several declaration, but only one definition?
A. True
B. False

Read Solution (Total 14)

TCS Other Question

The age of Ram and Suba are in the ratio 5:6 and after 4 years their ratios are 7:8 then what is the present age of Suba? Which of the following is the correct output of the program?
#include
int main()
{
int a[5]={9,10};
printf("%d,%d",a[1],a[2]);
return 0;
}