When should I declare a function?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Who developed c language and when?
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
Write a program to identify if a given binary tree is balanced or not.
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Why does the call char scanf work?
What is difference between structure and union with example?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Explain the advantages of using macro in c language?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is a built-in function in C?