#include<iostream>
using namespace std;
class A
{
int a[];
};
int main()
{
cout<<sizeof(A);
return 0;
}
Antriksh_1 0 Newbie Poster
nullptr 167 Occasional Poster
Banfa 597 Posting Pro Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.