What is the difference between c &c++?
No Answer is Posted For this Question
Be the First to Post Answer
simple program of graphics and their output display
related proverb of "dont count your chicken before it hatches"
What are the 32 keywords in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
Why are all header files not declared in every c program?
Write a program to reverse a linked list in c.
implement NAND gate logic in C code without using any bitwise operatior.
How can I read a directory in a c program?
Write a c program to print the sizes and ranges of different data types in c?
Is calloc better than malloc?
What is merge sort in c?