Answer Posted / hr@tgksolutions.com
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how do you print an address?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What does #pragma once mean?
Is c procedural or functional?
Is void a keyword in c?
What is huge pointer in c?
Explain how can I make sure that my program is the only one accessing a file?
What is cohesion and coupling in c?
Lists the benefits of c programming language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is a structure member in c?
Why calloc is better than malloc?
which type of aspect you want from the student.
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.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures