Can a pointer be null?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can static variables be declared in a header file?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are operators in c?
with out using main how to execute the program?
can we define a function in structure?
Can we access the array using a pointer in c language?
what is a stack
Who is invented by c?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is structure padding in c?
What are the advantages of using Unions?