Who developed c language and when?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function overloading in C?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
Difference between pass by reference and pass by value?
How is null defined in c?
What does the function toupper() do?
how do you redirect stdout value from a program to a file?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is the use of the function in c?
what is computer
sir, i cannot find the way how to write aprogram by using array on queue