What is struct node in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of pointer?
Why should I use standard library functions instead of writing my own?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
write a programe to find the factorial of given number using recursion
why java is called as a purely oops language.
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
What is the correct code to have following output in c using nested for loop?
Does sprintf put null character?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
what is ram?
What is bash c?
What are the preprocessors?