Should I learn data structures in c or python?
No Answer is Posted For this Question
Be the First to Post Answer
what is an ERP?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
Why cd or dvd are round why not square.
Is return a keyword in c?
What is difference between %d and %i in c?
how should functions be apportioned among source files?
Explain is it valid to address one element beyond the end of an array?
What does stand for?
Give the rules for variable declaration?
What is realloc in c?
What is the difference between near, far and huge pointers?
code for quick sort?