Is c language still used?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a pragma?
Why c is called a mid level programming language?
Why do we use main function?
what is an inline function?
What is the difference b/w Structure & Array?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
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 :(
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain the use of keyword 'register' with respect to variables.
What will happen when freeing memory twice
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.