What is bubble sort in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain the use of #pragma exit?
What is the use of volatile?
What is chain pointer in c?
What is a pragma?
Tell me about low level programming languages.
What does main () mean in c?
#include
Here is a good puzzle: how do you write a program which produces its own source code as output?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
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
What is the difference between char array and char pointer?
What is sizeof int in c?
What is call by reference in functions?