Is c language still used?
No Answer is Posted For this Question
Be the First to Post Answer
how to print value of e(exp1)up to required no of digits after decimal?
What are the different file extensions involved when programming in C?
What is sizeof int in c?
What is typedef example?
What is a loop?
What is an arrays?
Write a program to generate prime factors of a given integer?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is the difference between ++a and a++?
Is it possible to run using programming C for Java Application?
What is the difference between %d and %*d in C
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END