Create a simple code fragment that will swap the values of two variables num1 and num2.
No Answer is Posted For this Question
Be the First to Post Answer
What is the full form of getch?
What is key word in c language?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What type of function is main ()?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is floating point constants?
WAP to accept first name,middle name & last name of a student display its initials?
How can I run c program?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Difference between Shallow copy and Deep copy?