void main()
{int a[5],i,b=16;
for(i=0;i<5;i++)
a[i]=2*i;
f(a,5,b);
for(i=0;i<5;i++)
printf("\n %d",a[i]);
printf("\n %d",b);
}
f(int *x,int n,int y)
{
int i;
for(i=0;i
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
4 13471hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
1971Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 39155how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
1900Post New TCS C Interview Questions
Explain performance testing?
Which semiconductor device is used as a voltage regulator?
What is argument in java?
What is the purpose of dialect configured in hibernate configuration file?
How do you quickly insert a row in word?
What is a driver in database?
How do you auto adjust cells in excel?
What is the meaning of php?
How to create 404 error page?
What type of data connections do you use?
What is the use of tools command?
What will you code in start-of-selection & end-of-selecton & why?
Difference between mutable and immutable in python?
What is the silverlight official name?
Mention what is the use of process flow analyzer in sap tao?