What is sizeof int?
What is FIFO?
Write a program to print the prime numbers from 1 to 100?
Why c is called free form language?
Explain how can you be sure that a program follows the ansi c standard?
errors in computer programmes are called
How to declare a variable?
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
name the language for writing c compiler?
What is pass by reference in functions?
what is computer engg
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What's the difference between a linked list and an array?