What is s or c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
how can we Declare a variable in c without defining it.
How will you divide two numbers in a MACRO?
write a program to interchange the value between two variable without using loop
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What is the use of getchar() function?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
write a program to print data of 5 five students with structures?
What is the difference b/w Structure & Union?
Explain what is the concatenation operator?
find the sum of two matrices and WAP for it.