Which is better between malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
write a function which accept two numbers from main() and interchange them using pointers?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is the symbol indicated the c-preprocessor?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write a program that explain #define and # undef directive
What is a far pointer in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is property type c?
Why do we use stdio h and conio h?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?