print ur name without using any semicolon in c/c++....
Answer Posted / harendra kumar
#include<stdio.h>
void main()
{
if(printf("harru"))
{
}
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the difference between char array and char pointer?
Describe the order of precedence with regards to operators in C.
Is null equal to 0 in sql?
What is the heap?
What is p in text message?
Is it possible to execute code even after the program exits the main() function?
what is bit rate & baud rate? plz give wave forms
What is c programming structure?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are predefined functions in c?
What is file in c language?
What does c value mean?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is typeof in c?