Function calling procedures? and their differences? Why should one go for Call by Reference?
No Answer is Posted For this Question
Be the First to Post Answer
provide an example of the Group by clause, when would you use this clause
How can I find the modification date and time of a file?
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.
write a program without using main function?
What does calloc stand for?
will u give me old quesrion papers for aptitude for L & t info tech?
what will be the output for the following main() { printf("hi" "hello"); }
find out largest elemant of diagonalmatrix
What is extern storage class in c?
Tell us bitwise shift operators?
What is the scope of global variable in c?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.