printf("%d",(printf("Hello")); What it returns?
Answer Posted / raks
5 , Hello
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Is a house a mass structure?
What is the purpose of the preprocessor directive error?
What is pass by reference in c?
What is the meaning of c in c language?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Write a program to find the biggest number of three numbers in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Function calling procedures? and their differences? Why should one go for Call by Reference?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Why do we use main function?
What is boolean in c?
Can we change the value of #define in c?
Explain how are portions of a program disabled in demo versions?
What are the two forms of #include directive?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402