Can you return null in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


Do character constants represent numerical values?

0 Answers  


difference between memcpy and strcpy

1 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  






When can a far pointer be used?

0 Answers  


Do you know what are bitwise shift operators in c programming?

0 Answers  


What is scope of variable in c?

0 Answers  


Where we use clrscr in c?

0 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


what are the languages used in c#?

3 Answers   Infosys,


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


Categories