Saturday, June 12, 2010

Technical questions in c











C programming technical questions and answers with
explanation



Technical c
interview questions



1.

What will be output when you will execute following c code?

#include

void main(){

int check=2;

switch(check){

case 1: printf("D.W.Steyn");

case 2: printf("

No comments:

Post a Comment