Answer Posted / guest
I Guess short int
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain pointer. What are function pointers in C?
What are header files and explain what are its uses in c programming?
What is the advantage of a random access file?
What is c preprocessor mean?
What are the different types of errors?
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
praagnovation
Why c is called free form language?
Explain why c is faster than c++?
What is the difference between the = symbol and == symbol?
Do string constants represent numerical values?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is extern c used for?
What is structure padding in c?
What is the difference between text files and binary files?