Explain what is wrong with this program statement?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you declare an array that will hold more than 64kb of data?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
What is the process to create increment and decrement stamen in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
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,
sir, i cannot find the way how to write aprogram by using array on queue
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
question-how to run a c programme.
C language questions for civil engineering
What are the types of data structures in c?
How many levels of pointers have?
Why is the code below functioning. According to me it MUST NOT.