hi,
which software companys will take,if d candidate's % is jst
55%?
No Answer is Posted For this Question
Be the First to Post Answer
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Write a program to print the prime numbers from 1 to 100?
develop algorithms to add polynomials (i) in one variable
write a program in c to print **** * * * * ****
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
What is "Duff's Device"?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....