how 2 write a program of this pattern usin for loop??
1
2 3
4 5 6
7 8 9 10
There are prime factors of two numbers a and b , write a program using this prime factors whether a is divisible by b?
Difference between strdup and strcpy in c language?
can any one please tell me what is mean by back papers,back log,historical standing ????????? this mean history of arrears is it correct or not.........
why one should join accenture?
Why it is a preferable option in parallelextender development ?
hello sir, i'm persuing my B.tech final year in textile chemistry and have a diploma in electronics and communication...interviewer ask why you should adopt textile chemistry from electronics and communication....please give me the best answer... thank you
Write a Java program that takes an integer from the user and extracts and displays each digit of the integer in English. So, if the user types in 932, the program will display nine three two. [Use SimpleInput class]
i opt cse branch in engineering.which subject i have choose in civil service preliminary examination
What is W-model in Software Engineering?
nohup sort employees > list 2 > error out & what will happen?
What is "strstream" ?
what is the output of following question? int a=5; printf("%d",a++ + ++a);