.main()
{
char *p = "hello world!";
p[0] = 'H';
printf("%s",p);
}
No Answer is Posted For this Question
Be the First to Post Answer
1 232 34543 4567654 can anyone tell me how to slove this c question
What is main () in c?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
what is the difference between malloc() and calloc() function?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What is the scope of static variables in c language?
what different between c and c++
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Write a program to swap two numbers without using a temporary variable?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
How would you print out the data in a binary tree, level by level, starting at the top?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above