What is this pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
Why is this loop always executing once?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
Differentiate between null and void pointers.
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is a Deque?
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
write a program for egyptian fractions in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Write a program of advanced Fibonacci series.
How to find the usage of memory in a c program
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?