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
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Why is struct padding needed?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Can we change the value of constant variable in c?
What is conio h in c?
Explain how do you declare an array that will hold more than 64kb of data?
Explain what is the difference between text files and binary files?
What is #line?
can we implement multi-threads in c.
Explain what are the different file extensions involved when programming in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Explain what is the difference between null and nul?
What are conditional operators in C?
In C language, a variable name cannot contain?
which is an algorithm for sorting in a growing Lexicographic order