Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is unary operator?
Write a program to show the change in position of a cursor using c
What does 3 periods mean in texting?
What is a structural principle?
Why we use conio h in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is a pointer on a pointer in c programming language?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Which is best linux os?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
provide an example of the Group by clause, when would you use this clause
Write a code on reverse string and its complexity.
How can you find the day of the week given the date?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff