ratio,age,persentage
No Answer is Posted For this Question
Be the First to Post Answer
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is encapsulation?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
Explain Basic concepts of C language?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
write a program without using main function?
Is there a way to jump out of a function or functions?
largest Of three Number using without if condition?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
program to print upper & lower triangle of a matrix