What is meant by type casting?
No Answer is Posted For this Question
Be the First to Post Answer
Why array starts with index 0
What is a Genralised LInked List?? Please give a detailed explation of it..
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What is the difference between CV and Resume ?
In which layer of the network datastructure format change is done
why 'c' is called middle level language.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Can a pointer be null?
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.
How can I pad a string to a known length?
Write a program to find the smallest and largest element in a given array in c language
const char * char * const What is the differnce between the above tow?.