compare array with pointer?
how can f be used for both float and double arguments in printf? Are not they different types?
How can I set an array's size at run time?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Why do we use stdio h and conio h?
What are global variables and explain how do you declare them?
Write a program to print numbers from 1 to 100 without using loop in c?
What are the features of the c language?
provide an example of the Group by clause, when would you use this clause
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Read two numbers from keyboard and find maximum of them?
What are the ways to a null pointer can use in c programming language?
What is wrong with this statement? Myname = 'robin';