Tell us two differences between new () and malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
Why does not c have an exponentiation operator?
Explain how do you determine whether to use a stream function or a low-level function?
What is the purpose of macro in C language?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
can i know the source code for reversing a linked list with out using a temporary variable?
What is data structure in c and its types?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is the most efficient way to count the number of bits which are set in an integer?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??