write a program to display all prime numbers
Explain what is a 'locale'?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
write a c program to find largest of three numbers using simple if only for one time.
How arrays can be passed to a user defined function
How can I sort a linked list?
What are the advantages of using new operator as compared to the function malloc ()?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
write a program to insert an element at the specified position in the given array in c language
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
main difference between c and c++ language