Why do we use null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to insert an element at the specified position in the given array in c language
What are the types of operators in c?
What are the features of c languages?
Why do we use main function?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is the best way to store flag values in a program?
WHAT IS LOW LEVEL LANGUAGE?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
char p="data"; printf(p);
Why clrscr is used after variable declaration?