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
what is disadvantage of pointer in C
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
What are the salient features of c languages?
Can one function call another?
What is break in c?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What is the difference between struct and typedef struct in c?
Is python a c language?
How can I get the current date or time of day in a c program?
Explain 'bit masking'?