Who is the founder of c language?
Between macros and functions,which is better to use and why?
What is the use of putchar function?
Explain how can you be sure that a program follows the ansi c standard?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Difference between malloc() and calloc() function?
How to write a code for reverse of string without using string functions?
Why is C language being considered a middle level language?
What is a macro in c preprocessor?
What does node * mean?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why is main function so important?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
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
What is s in c?