Write a program to swap two numbers without using third variable?
No Answer is Posted For this Question
Be the First to Post Answer
Give differences between - new and malloc() , delete and free() ?
Write a program which returns the first non repetitive character in the string?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
program to convert a integer to string in c language'
What are the benefits of organizational structure?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Derive the complexity expression for AVL tree?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Program to find the value of e raised to power x using while loop
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Define Spanning-Tree Protocol (STP)