how much salary u want ?
why u join in our company?
your domain is core sector why u prefer software ?
No Answer is Posted For this Question
Be the First to Post Answer
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Stimulate calculator using Switch-case-default statement for two numbers
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is data structure in c language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain built-in function?
What are the c keywords?
What does %p mean c?
How to print "Hi World" without using semi colon?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }