what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
Answer Posted / vikash ycp mumbai feb2010
//output: ikashpatel
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is declaration and definition in c?
Explain the use of function toupper() with and example code?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How can I get the current date or time of day in a c program?
What is the purpose of the preprocessor directive error?
Wt are the Buses in C Language
What are the functions to open and close file in c language?
How is a pointer variable declared?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
I need testPalindrome and removeSpace
#include
Can true be a variable name in c?
Explain how can you restore a redirected standard stream?
What is a pointer and how it is initialized?
What are the different file extensions involved when programming in C?
how to find anagram without using string functions using only loops in c programming