Write a program on swapping (100, 50)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a pointer in c plus plus?

0 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


What is the meaning of int *x[]();?

1 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  






Why do we use namespace feature?

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


program to print circle structure

1 Answers  


What are the Advantages of using macro

0 Answers  


What is the description for syntax errors?

0 Answers  


Dear Sir, we are required the bubble sorting programs Regs Prem

1 Answers  


Explain how do you generate random numbers in c?

0 Answers  


Categories