Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Mascot C Interview Questions
Questions Answers Views Company eMail

Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 5512

Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 8599

char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 12140

Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 17717

int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 16691

Post New Mascot C Interview Questions




Un-Answered Questions

What does an object() do?

442


What is private ip and public ip?

620


What is clob in mysql

476


have you ever implemented new tsm server? What is the process?

474


How can you change an account range?

101






Explain the process of creating tables using NetBeans IDE?

520


What is difference between readonly and constant?

501


Is google replacing android?

477


Can we run spark on windows?

197


What is back stitching?

1


Suppose I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?

131


How we can connect multiple databases in codeigniter?

324


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

531


What is difference between hashtable and hashmap?

503


How to use http headers inside php?

561