Answer Posted / abi
d qn s how to connect??
cn any1 plz repli...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain how do you print only part of a string?
What are the __date__ and __time__ preprocessor commands?
What is this infamous null pointer, anyway?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Why c language is called c?
Tell me is null always defined as 0(zero)?
What is wrong with this statement? Myname = 'robin';
What are run-time errors?
Write a program that accept anumber in words
How can you pass an array to a function by value?
Where are some collections of useful code fragments and examples?
How main function is called in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
show how link list can be used to repersent the following polynomial i) 5x+2
Explain how can I manipulate strings of multibyte characters?