What is class and object in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I open a file so that other programs can update it at the same time?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Differentiate between #include<...> and #include '...'
What is data structure in c and its types?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
code for reverse alternate words from astring
Is the following code legal? struct a { int x; struct a b; }
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is a const pointer?
write a program to check whether a number is Peterson or not.
What is the heap?