What is sorting in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
Hai why 'c' is the middle language
What does c mean?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
How do I copy files?
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);
what is the significance of static storage class specifier?
What is the difference between getch() and getche()?
What is c standard library?
What is the best way to comment out a section of code that contains comments?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors