What is the difference between the expression “++a” and “a++”?
No Answer is Posted For this Question
Be the First to Post Answer
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Why is main function so important?
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 nested structure?
without using control structures and control structures find the max and min of given 2 nos
how to introdu5ce my self in serco
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Write a c program to demonstrate character and string constants?
Why is c known as a mother language?
write a program to print the all 4digits numbers & whose squares must me even numbers?