What is function prototype in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is actual argument?
What is optimization in c?
What is the use of bit field?
progrem to generate the following series 1 12 123 1234 12345
How to print India by nested loop? I IN IND INDI INDIA
Why doesnt long int work?
int far *near * p; means
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,
what is the similarities between. system call and library function?
How are 16- and 32-bit numbers stored?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.