What is a pointer value and address in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of structure padding in c?
What are static variables in c?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
Write code for finding depth of tree
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How can you read a directory in a C program?
Explain what is a const pointer?
What does the c preprocessor do?
Can i use “int” data type to store the value 32768? Why?
WHOT IS CHAR?
The __________ attribute is used to announce variables based on definitions of columns in a table?
How do you determine a file’s attributes?