What does 1f stand for?



What does 1f stand for?..

Answer / Ram Pravesh Sahni

In C programming language, 1f is not a valid symbol. It could be a typo or a misunderstanding as it resembles the format specifier for an if statement, but it's incorrect.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

code for inverse a matrix

0 Answers  


Which one would you prefer - a macro or a function?

1 Answers  


What is structure padding in c?

1 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


How main function is called in c?

1 Answers  


how to devloped c lenguege?

4 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


Categories