What are the ways to a null pointer can use in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the diffrent between while and do while statement ?
How to swap 3 numbers without using 4th variable?
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,
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is the role of && operator in a program code?
Why is sprintf unsafe?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What is dynamic dispatch in c++?
What is the purpose of & in scanf?
Explain how can I convert a number to a string?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain how can you tell whether two strings are the same?