What is the size og following structuires when packing is allowed and not allowed. Struct A { char c; int i; } Struct B {int i; char c; } Struct C { char c1; int i; char c2; }
Senior Interview Questions
341,142 senior interview questions shared by candidates
Consider 4 components of a color where: unsigned char red = 0x10; unsigned char green = 0xFF; unsigned char blue = 0x0F; unsigned char alpha = 0x44; Generate a packed color ARGB which is a 32 bit integer such that A is in the MSB of ARGB followed by red, green, blue ----------------- | A | R | G | B | -----------------
solve following program void main(){ int x =10; { int y =20; } pfintf('x=%d,y = %d',x. y); }
fibonacci series
You are Product Manager at YouTube and you suddenly realize that you have viewership has fallen by 50%. How would you figure out what happened.
How do you stay informed on regulatory changes?
Given a 2D map w/ walls: -------- | | |xxxx | | | ------------- Write a function that finds the shortest route distance between any two empty points in the map.
1.Code challenge.
1. Spring MVC Architecture 2.OOPS Concepts 3.Hibernate ORM 4. What is IOC Controller 5. JDBC Connections etc..
Your Technical skills
Viewing 361 - 370 interview questions