What is oops c?
No Answer is Posted For this Question
Be the First to Post Answer
WHOT IS CHAR?
Can stdout be forced to print somewhere other than the screen?
Explain what does it mean when a pointer is used in an if statement?
Explain what is the general form of a c program?
What is gets() function?
Explain the Difference between the New and Malloc keyword.
A program to allow an input operand and operator from the operator and read on the display and output operand.
Can a pointer be static?
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????????
Explain how do you list a file’s date and time?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Write a code on reverse string and its complexity.