what is a NULL Pointer? Whether it is same as an uninitialized pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Can we use any name in place of argv and argc as command line arguments?
How do you determine whether to use a stream function or a low-level function?
What is the use of ?: Operator?
post new interiew question and aptitude test papers
what are the uses of structure?
How can I direct output to the printer?
What are the features of c languages?
What is mean by data types in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Why is c used in embedded systems?