What is array of pointers to string?
No Answer is Posted For this Question
Be the First to Post Answer
What are the preprocessors?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Why & is used in scanf in c?
write a program to arrange the contents of a 1D array in ascending order
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
C program to read the integer and calculate sum and average using single dimensional array
When should a far pointer be used?
What is an operator?
What is the difference between File pointer and Internal Charecter Pointer?
Explain what are the __date__ and __time__ preprocessor commands?