Why & is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between exit() and _exit()?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
related to rdbms query .
How many types of errors are there in c language? Explain
what is the syallabus of computer science students in group- 1?
why we wont use '&' sing in aceesing the string using scanf
How do you search data in a data file using random access method?
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
what is the c.
swap two integer variables without using a third temporary variable?
plz let me know how to become a telecom protocol tester. thank you.