write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
int main()
{
if(printf("Hello world"))
{
}
}
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Which are low level languages?
What is #define used for in c?
How do you print an address?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Write a program for Overriding.
What is the meaning of ?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Define C in your own Language.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
code for find determinent of amatrix
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Is c procedural or functional?
What does the file stdio.h contain?