Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
hat is a pointer?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why c language?
what is call by value and call by reference
find the minimum of three values inputted by the user
What is meant by gets in c?
#define d 10+10 main() { printf("%d",d*d); }
What is difference between structure and union in c programming?
WAP – represent a char in binary format
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
Explain how do you determine whether to use a stream function or a low-level function?