Why is c not oop?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a c program to print list of fruits in alpabetical order?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
WHAT IS MEANT BY LIFE?
how can we print hellow world programme without using semicolon
What are the types of operators in c?
diff .between strcture and union
What is scanf_s in c?
to convert a string without using decrement operater and string functions
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
swap 2 numbers without using third variable?
write a function which accept two numbers from main() and interchange them using pointers?
Which is better between malloc and calloc?