Answer Posted / song
syntax, logical, data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is wild pointer in c with example?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Do you have any idea about the use of "auto" keyword?
How do I determine whether a character is numeric, alphabetic, and so on?
Why is main function so important?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is an identifier?
What is oops c?
How many types of functions are there in c?
Is c a great language, or what?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
difference between object file and executable file
What does s c mean in text?
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
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?