What is NULL pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between array and pointer in c?
what is the code to display color fonts in the output?
Explain what is a program flowchart and explain how does it help in writing a program?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Do array subscripts always start with zero?
What is an arrays?
What is that continue statement??
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
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is echo in c programming?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?