Tagged: C++ and C

C# Scope

C# Scope

scope in C# Simply, the scope of a type (a variable, a method, or a class) is where you can use that type in your program. In other words, the scope defines the area of the program where that type can be accessible and referenced. When you declare a variable inside...

C# .NET

C# .NET

1) Can we have private constructor? when can I use them? 2) what is an internal specifier? what happens internally when I use access specifier Internal ? 3) DO we have inline function in C#? otherwise what is equivalent inline function in C#? 1. Explain the differences between Server-side and Client-side...

Caritor C Interview Questions

Caritor C Interview Questions

Carritor C Interview Questions For Job Seekers to Prepare for the Interview 1. Struct x { int i; char c; } union y{ struct x a; double d; }; printf("%d",sizeof(union y)); a)8 b)5 c)4 d)1 ans:8

C programming Questions

C programming Questions

C programming For Recent college graduates and professionals for job interview.: ————- some small C programs are given asked to tell the function/errors etc. one of the question(last in the paper) is an invalid statement. finish of all these very fast and think about those others. they are simple only.