can you justify your answer regarding output of following
source-code:
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
if(printf("");)
{
printf("i am able to work in your company :");
}
else
{
printf("your company is not able for having my knowledge :")
}
getch();
}
Answer Posted / rajmohan sharma
"YOUR COMPANY IS NOT ABLE FOR HAVING MY KNOWLEDGE :"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
why we need embedded system
what books to prepare for atc please
Differentiate between data base and data mart?
Problem:Design and implement a class that allows a teacher to track the grades in a single ourse.Include methods that calculate the average grae, the highest grade, and the lowest grade.Wrute a program to testyour class implementation in a c#. given grades:integral=85, physics=87, datastruct=84.
What is the meaning of "co relation" and what is the value of "co relation" in the performance testing environment.
sir now i am studying B.Tech final year so now i am eligible for writing group 1 and 2 or not?
What are daemon Threads?
C++ PROGRAM FOR FIBONACCI SERIES USING COPY CONSTRUCTER
Which is better field cad/cam in mechanical or film editing/animation is better salary wise?
What are the input documents to 1.Functional testing,2.System testing and 3.Integration testing. Whether there will be separate test cases for regression testing or functional testing?
what is Pick map and what is the use of it? I want to configure a MVG applet on a filed in opportunity form applet. and when i select fields from MVG , it should reflect on the form applet(means there should be changes on fields in MVG according to Field select from MVG appler). Is this possible (with MVG or Picklist)?
how to increase the chiller effiency?
Has anyone attended any interviews in IITs for the positions like Research Associates/Fellowships?
write a c++ program to interchange two-integer number without using the third variable. use concept of constructor overloading.
Why is it that a single, all – encompassing metric cannot be developed for programme complexity or programme quality?