What functions are used for dynamic memory allocation in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How can we see the Expanded source code and compiled code for our source program in C?
Explain what is the general form of a c program?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is the function of volatile in c language?
What is encapsulation?
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?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
how to set Nth bit of variable by using MACRO
What is equivalent to ++i+++j?
Give me basis knowledge of c , c++...
write a c program for swapping two strings using pointer