Answer Posted / vaman
a) =
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how do you execute a c program in unix.
Write a Program to find whether the given number or string is palindrome.
What is function prototype in c language?
What is a struct c#?
Explain the ternary tree?
What is static and auto variables in c?
What is pointer & why it is used?
Explain how do you determine a file’s attributes?
What is wrong with this statement? Myname = 'robin';
where are auto variables stored? What are the characteristics of an auto variable?
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
Explain about the functions strcat() and strcmp()?
Write a program to reverse a linked list in c.
What are the different properties of variable number of arguments?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.