What is the heap in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Find if a number is power of two or not?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are the different types of objects used in c?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Explain how do you print only part of a string?
Combinations of fibanocci prime series
How pointers are declared?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Explain the difference between call by value and call by reference in c language?