Answer Posted / venkatesh sabinkar
#include<stdio.h>
#include<conio.h>
void main()
{
int a=5,b=2,t;
clrscr();
printf("a=%d,b=%d",a,b,b=t,a=b,t=a);
getch();
}
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Tell us something about keyword 'auto'.
Is c# a good language?
hi send me sample aptitude papers of cts?
Tell me about low level programming languages.
Distinguish between actual and formal arguments.
What are the three constants used in c?
What is meant by keywords in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what is the difference between text files and binary files?
What is the mean of function?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
#include
what are bit fields? What is the use of bit fields in a structure declaration?
How can I delete a file?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result