.main()
{
char *p = "hello world!";
p[0] = 'H';
printf("%s",p);
}
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int a=1; while(a++<=1) while(a++<=2); }
What is New modifiers?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
how to sort two array of characters and make a new array of characters.
Explain high-order and low-order bytes.
how to print "hai" in c?
Explain Doubly Linked Lists?
What are pointers really good for, anyway?
64/square(4)
why we wont use '&' sing in aceesing the string using scanf
What should malloc(0) do?
Is it better to use a macro or a function?