What is the description for syntax errors?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of fflush() function?
What are the header files used in c language?
Write a program to find factorial of a number using recursive function.
What are global variables?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
write a program to find out prime number using sieve case?
Why clrscr is used after variable declaration?
Difference between pass by reference and pass by value?
how many key words availabel in c a) 28 b) 31 c) 32
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.