Explain the advantages and disadvantages of macros.
No Answer is Posted For this Question
Be the First to Post Answer
what does " calloc" do?
write a program to insert an element at the specified position in the given array in c language
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Explain in detail how strset (string handling function works )pls explain it with an example.
why 'c' is called middle level language.
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 is pointer initialized in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What language is windows 1.0 written?
Is it possible to create recycle bin in mobiles?
1. main() { printf("%d",printf("HelloSoft")); } Output?