struct tag{
auto int x;
static int y;
};main()
{
struct tag s;
s.x=4;
s.y=5;
printf(“%d”,s.x);
}
Answers were Sorted based on User's Feedback
Answer / vishal soni
There is errors......
Because auto can't write in structure scope.... It is in functions
| Is This Answer Correct ? | 13 Yes | 3 No |
Is c still used?
How can I write functions that take a variable number of arguments?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
Explain how many levels deep can include files be nested?
What is substring in c?
whitch value return void main?
with out using main how to execute the program?
will u give me old quesrion papers for aptitude for L & t info tech?
Compare interpreters and compilers.
code for reverse alternate words from astring
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,