Answer Posted / samson chettri
stack over flow.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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);
if p is a string contained in a string?
Is there any data type in c with variable size?
Define recursion in c.
Where are some collections of useful code fragments and examples?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Can you apply link and association interchangeably?
What does typedef struct mean?
What are linked lists in c?
What is return type in c?
What is the basic structure of c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Which one would you prefer - a macro or a function?
Is it possible to execute code even after the program exits the main() function?
Array is an lvalue or not?