how many errors in c explain deply
No Answer is Posted For this Question
Be the First to Post Answer
What language is windows 1.0 written?
Why do we use null pointer?
List some applications of c programming language?
What is the c language function prototype?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
plz answer..... a program that reads non-negative integer and computes and prints its factorial
c program to subtract between two numbers without using '-' sign and subtract function.
how does printf function work
to convert a string without using decrement operater and string functions
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
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 the difference between const volatile int i & volatile const int j;