Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
No Answer is Posted For this Question
Be the First to Post Answer
no consistent academics. how to answer the question
Program to display given 3 integers in ascending order
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is graph in c?
what are the files which are automatically opened when a c file is executed?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
Tell me about low level programming languages.
i want to know the procedure of qualcomm for getting a job through offcampus
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
Explain #pragma in C.
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that