Can we use visual studio for c?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include in c?
How can I swap two values without using a temporary?
Can you subtract pointers from each other? Why would you?
Is an array parameter is always "by reference" ?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
Explain function pointer with exapmles.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What are different types of pointers?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is pointer to pointer in c language?
Can 'this' pointer by used in the constructor?