Do pointers take up memory?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the header file and its usage in c programming?
What is a C array and illustrate the how is it different from a list.
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the difference between the local variable and global variable in c?
What are the application of void data type in c?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
Explain what is the difference between declaring a variable and defining a variable?
Why ca not I do something like this?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What is the difference between test design and test case design?
Explain what does it mean when a pointer is used in an if statement?
How can I do serial ("comm") port I/O?