Jan 10 2008 10:44 AM 2867 3 Nested if statement vanidevi How many nested if statements are allowed in C? jbode Profile Answers by jbode Questions by jbode Feb 18th, 2012 Per the C language standard, there must be *at least* 127 levels of nesting. aman15490 Profile Answers by aman15490 Questions by aman15490 Nov 6th, 2008 There is no such limitations you can use any no of nested if statement. Answer Question Select Best Answer Sep 11 2007 01:45 PM 2008 4 What is an Open Source OS? List some vanidevi Susil Kumar Profile Answers by Susil Kumar Questions by Susil Kumar Feb 20th, 2008 Open Source OS by itself is self-explanatory. Definition: Open Source OS is any OS which has the source code w... shwetank21 Profile Answers by shwetank21 Questions by shwetank21 Feb 16th, 2008 An operating system that supports a set of principles and practices on how to write softwares whose source code is openly available. There are plenty of examples with the most common of them being LINUX Answer Question Select Best Answer Jul 15 2007 06:25 AM 2775 4 For what purpose pragma.h header file is used? vanidevi dharmendra.roshan Profile Answers by dharmendra.roshan Questions by dharmendra.roshan Apr 7th, 2008 The header files are used for various function used your C program like printf,scanf and various preprocessor activities during compilation. sanjayvarghese Profile Answers by sanjayvarghese Questions by sanjayvarghese Apr 4th, 2008 Making the processor to perform an implementation dependent action Answer Question Select Best Answer
Jan 10 2008 10:44 AM 2867 3 Nested if statement vanidevi How many nested if statements are allowed in C? jbode Profile Answers by jbode Questions by jbode Feb 18th, 2012 Per the C language standard, there must be *at least* 127 levels of nesting. aman15490 Profile Answers by aman15490 Questions by aman15490 Nov 6th, 2008 There is no such limitations you can use any no of nested if statement. Answer Question Select Best Answer
jbode Profile Answers by jbode Questions by jbode Feb 18th, 2012 Per the C language standard, there must be *at least* 127 levels of nesting.
aman15490 Profile Answers by aman15490 Questions by aman15490 Nov 6th, 2008 There is no such limitations you can use any no of nested if statement.
Sep 11 2007 01:45 PM 2008 4 What is an Open Source OS? List some vanidevi Susil Kumar Profile Answers by Susil Kumar Questions by Susil Kumar Feb 20th, 2008 Open Source OS by itself is self-explanatory. Definition: Open Source OS is any OS which has the source code w... shwetank21 Profile Answers by shwetank21 Questions by shwetank21 Feb 16th, 2008 An operating system that supports a set of principles and practices on how to write softwares whose source code is openly available. There are plenty of examples with the most common of them being LINUX Answer Question Select Best Answer
Susil Kumar Profile Answers by Susil Kumar Questions by Susil Kumar Feb 20th, 2008 Open Source OS by itself is self-explanatory. Definition: Open Source OS is any OS which has the source code w...
shwetank21 Profile Answers by shwetank21 Questions by shwetank21 Feb 16th, 2008 An operating system that supports a set of principles and practices on how to write softwares whose source code is openly available. There are plenty of examples with the most common of them being LINUX
Jul 15 2007 06:25 AM 2775 4 For what purpose pragma.h header file is used? vanidevi dharmendra.roshan Profile Answers by dharmendra.roshan Questions by dharmendra.roshan Apr 7th, 2008 The header files are used for various function used your C program like printf,scanf and various preprocessor activities during compilation. sanjayvarghese Profile Answers by sanjayvarghese Questions by sanjayvarghese Apr 4th, 2008 Making the processor to perform an implementation dependent action Answer Question Select Best Answer
dharmendra.roshan Profile Answers by dharmendra.roshan Questions by dharmendra.roshan Apr 7th, 2008 The header files are used for various function used your C program like printf,scanf and various preprocessor activities during compilation.
sanjayvarghese Profile Answers by sanjayvarghese Questions by sanjayvarghese Apr 4th, 2008 Making the processor to perform an implementation dependent action