What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
What are the concepts introduced in OOPs?
Is c pass by value or reference?
What is difference between && and & in c?
write a program of palindrome(madam=madam) using pointer?
Can we write a program without main() function?
What is the difference between scanf and fscanf?
how we do lcm of two no using c simple if while or for statement
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
how would a 4*3 array A[4][3] stored in Row Major Order?
please give me some tips for the selection in TCS.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is difference between union All statement and Union?