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 5511

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

5 8598

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

7 12120

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

8 17704

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

15 16682

Post New Mascot C Interview Questions




Un-Answered Questions

Differentiate between beanfactory and applicationcontext in spring.

146


Scenario: You're dealing with an angry customer who was waiting for help for the past 20 minutes and is causing a commotion. She claims that she'll just walk over to Best Buy or the Microsoft Store to get the computer she wants. Resolve this issue.

889


What you mean by multi stage control vavles?

1373


How would you use Version Control on an entire sub-system? And why would this be useful?

2193


How many types of constructors are there ? What are they ?

114






Explain JSON Objects?

5


How do I stop the automatic repair loop in windows 10?

443


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

513


How to specify more than one directory as input in the Hadoop MapReduce Program?

399


What Ach Stands For?

692


How to pass arraylist to stored procedure in java?

535


What is in mkdir command?

536


Tell me what do you mean by backlink?

445


Is it possible to have a function as a parameter in another function?

590


How do you do an if function?

292