Which is better oop or procedural?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the header file and its usage in c programming?
what is the hardware model of CFG( context free grammar)
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
What is array in c with example?
What is a dynamic array in c?
How will you allocate memory to double a pointer?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
How can I increase the allowable number of simultaneously open files?
What is string length in c?
How can I find the modification date of a file?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above