print ur name without using any semicolon in c/c++....
Answer Posted / vinay
#include<stdio.h>
main()
{ while(!printf("vinay"))
{
}}
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
Explain which function in c can be used to append a string to another string?
What is the use of the function in c?
Do you have any idea how to compare array with pointer in c?
What is %d called in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain what is the heap?
can anyone suggest some site name..where i can get some good data structure puzzles???
How arrays can be passed to a user defined function
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Want to know how to write a 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 total number of disk writes by MySQL.
What does nil mean in c?
Is boolean a datatype in c?
What are the benefits of organizational structure?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function