What should malloc() do?
No Answer is Posted For this Question
Be the First to Post Answer
a 'c' program to tell that the set of three coordinates lie on a same line
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
what are the 10 different models of writing an addition program in C language?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
Write a program for Overriding.
Hai why 'c' is the middle language
How variables are declared in c?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
What are operators in c?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What do you mean by recursion in c?
Explain how can I right-justify a string?