Stimulate calculator using Switch-case-default statement for
two numbers
No Answer is Posted For this Question
Be the First to Post Answer
why the execution starts from main function
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What is Heap?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
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,
Dont ansi function prototypes render lint obsolete?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
In a header file whether functions are declared or defined?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
what will happen if you free a pointer twice after allocating memory dynamically ?
What is the difference between char array and char pointer?