//Question: What will be the output of following code?
void main()
{
printf(3+"Hi CODEPAD.CO is awesome");
}
a) CODEPAD.CO is awesome
b) Hi CODEPAD.CO is aweso
c)Runtime error
d) Syntax Error
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.