Answer Posted / akash
array is a collecation of elments
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
shorting algorithmS
What is a class c rental property?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is ctrl c called?
Explain which function in c can be used to append a string to another string?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
find out largest elemant of diagonalmatrix
What is the difference between formatted&unformatted i/o functions?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What does sizeof int return?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How macro execution is faster than function ?
Which is more efficient, a switch statement or an if else chain?