print ur name without using any semicolon in c/c++....

Answer Posted / baba kancha

#include<stdio.h>
int main( )
{ if(printf("baba")
{
}
}

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in iso what are the common technological language?

1643


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

603


What is && in c programming?

687


What is the best way to comment out a section of code that contains comments?

792


How is a null pointer different from a dangling pointer?

565






Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1487


When a c file is executed there are many files that are automatically opened what are they files?

600


Write a program to show the change in position of a cursor using c

589


What are the different data types in C?

738


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1578


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

648


What is the use of getchar functions?

692


How do you print an address?

758


Explain modulus operator.

605


What are the types of pointers in c?

542