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
How can I recover the file name given an open stream or file descriptor?
What is a spanning Tree?
what do the 'c' and 'v' in argc and argv stand for?
Write a program to print factorial of given number without using recursion?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Differentiate between static and dynamic modeling.
How can a number be converted to a string?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Describe the steps to insert data into a singly linked list.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
write a program fibonacci series and palindrome program in c
what is a constant pointer in C
In which header file is the null macro defined?
What do you mean by scope of a variable in c?