What is a structure and why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is pass by reference in functions?
write a prgram of swapping with 2 valiables
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
Write a program to add a given duration with time(24hrs format)
What is the difference b/w main() in C language and main() in C++.
what r the cpu registers r ther?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Are the variables argc and argv are local to main?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Why dont c comments nest?