Write a program to swap two numbers without using the third variable?
No Answer is Posted For this Question
Be the First to Post Answer
write a program wch produces its own source code aas its output?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
How to define structures? ·
What are types of preprocessor in c?
Differentiate between Macro and ordinary definition.
What do you mean by c?
How can variables be characterized?
List the difference between a While & Do While loops?
What is difference between union and structure in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is non linear data structure in c?