Answer Posted / chaitali anand tendulkar
A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.
Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
why we wont use '&' sing in aceesing the string using scanf
Which built-in library function can be used to match a patter from the string?
What is c language and why we use it?
What is mean by data types in c?
Explain how can I make sure that my program is the only one accessing a file?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a lvalue
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Can we compile a program without main() function?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What does != Mean in c?
Difference between pass by reference and pass by value?
What is bash c?
Can i use “int” data type to store the value 32768? Why?
what is the different bitween abap and abap-hr?