Why is c called a mid-level programming language?
No Answer is Posted For this Question
Be the First to Post Answer
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What do you mean by recursion in c?
What is a example of a variable?
Do array subscripts always start with zero?
will u give me old quesrion papers for aptitude for L & t info tech?
what is array?
How can I insert or delete a line (or record) in the middle of a file?
Write a program to find given number is even or odd without using any control statement.
What is c language and why we use it?
code for inverse a matrix
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Is main a keyword in c?