What are linker error?
No Answer is Posted For this Question
Be the First to Post Answer
Can we access the array using a pointer in c language?
If input is 123 then how to print 100 and 20 and 3 seperately?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Can a local variable be volatile in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is pre-emptive data structure and explain it with example?
What do you mean by scope of a variable in c?
how we can make 3d venturing graphics on outer interface
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Explain what is the heap?