What is local and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of macro formats?
what is pointer?
write a program to remove duplicate from an ordered char array? in c
Write a program in C to reverse a number by recursive function?
Example of friendly function in c++
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
main difference between c and c++ language
the data type used for unlimited value in c and how to do this program
What are the different pointer models in c?
Which command is more efficient? *(ptr+1) or ptr[1]
What is the difference between the expression “++a” and “a++”?