List some of the static data structures in C?
No Answer is Posted For this Question
Be the First to Post Answer
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What do you understand by friend-functions? How are they used?
what is C?
How do shell structures work?
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,
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Should I learn c before c++?
What is #pragma statements?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is use of #include in c?
Dear Sir, we are required the bubble sorting programs Regs Prem