Answer Posted / sasa
step 1.
a=b,b=a
| Is This Answer Correct ? | 0 Yes | 35 No |
Post New Answer View All Answers
Disadvantages of C language.
Explain how many levels deep can include files be nested?
What is the difference between procedural and functional programming?
Do you know what are the properties of union in c?
How many types of operators are there in c?
Is file a keyword in c?
What is return type in c?
Why is c known as a mother language?
What is the difference between text files and binary files?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How can I prevent another program from modifying part of a file that I am modifying?
Explain output of printf("Hello World"-'A'+'B'); ?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the difference between declaring a variable and defining a variable?
Explain how can you tell whether two strings are the same?