Write a program to swap two numbers without using a temporary variable?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
What is the difference between a function and a method in c?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
Which command is more efficient? *(ptr+1) or ptr[1]
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
What are the different types of endless loops?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Toggle nth bit in a given integer - num
What does c mean?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I insert or delete a line (or record) in the middle of a file?