Write a program to exchange two variaables without temp

Answer Posted / {

void main()

Is This Answer Correct ?    0 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is stack , heap ,code segment,and data segment

2214


What is property type c?

599


What is the use of function in c?

707


What's the best way of making my program efficient?

621


Should a function contain a return statement if it does not return a value?

592






What is the right type to use for boolean values in c? Is there a standard type?

557


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1849


Why is structure padding done in c?

639


Explain what is the difference between the expression '++a' and 'a++'?

623


Is it better to bitshift a value than to multiply by 2?

654


What is struct node in c?

612


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4172


In C language what is a 'dangling pointer'?

632


What is the difference between malloc calloc and realloc in c?

643


how to find binary of number?

3421