What is a pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
how to reverse string "Hello World" by using pointers only. Without any temp var
Do array subscripts always start with zero?
Write a program to compute the following 1!+2!+...n!
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Write a program using bitwise operators to invert even bits of a given number.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What are 3 types of structures?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
Write a program of prime number using recursion.
to find the program of matrix multiplication using arrays
What is structure of c program?