Is c still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
what are the general concepts of c and c++
What is the use of clrscr?
How #define works?
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.
Explain what is the difference between text files and binary files?
User define function contain thier own address or not.
What is a static function in c?
What is Memory leakage ?
a C prog to swap 2 no.s without using variables just an array?
what is pointer?
how can i calculate mean,median,mode by using c program