How can you return multiple values from a function?
No Answer is Posted For this Question
Be the First to Post Answer
Why is main function so important?
Write a program in c to print * * * * * *******
how do we remove the printed character in printf statement and write next it it
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is the difference between ++a and a++?
1,1,5,17,61,217,?,?.
Suggesting that there can be 62 seconds in a minute?
char ch="{'H','I',0};printf("%s",ch);what is output
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Explain the red-black trees?
Why pointers are used?