Announcement :

Try our newly launched website www.Technicalbaba.com Token Number - 1techbaba1

Friday, 20 December 2013

Print Hello world with out using semi colon in c programming language



Print hello world without using semicolon in c. See how can you do this in c language. in last post we show how to develop a Text To Speech Converter in Java , but we know most of our users much comfortable with c programming language. So lets start exploring c , in this post you will learn very deeply , i bet you will get very useful information regarding c , so enjoy our step by step approach :







Step 1 -

Do You Know -


do you know about printf  function properly. NO , actually you dont know , that when you write printf("Hello") 
it return an integer value (number of letters) but mostly we don't store it. 


Correct syntax : int printf(String str,---) 

it returns length of String inside printf function 

So for Example - when you write 

printf("Hello"); // it return 5 

you can store it as - 

num = printf("Hello") 
and value of num will be 5 


Step 2 -

Do You Know -

for if(n) , value of n any thing other than 0 considered as true in c so if there is written as if(11) then it is true in case of c. 


Example :


if(11) 
printf(" I am in if block"); 
else 
printf(" I am in else block"); 



Output - I am in if block 

Surprised , don‘t worry see next step. 




Step 3 - (Final)

Now by using above two steps we can write code now. Code with out semicolon


   
   void main()   
                              if(printf("Hello World")){ } 
                              if(getch()){ }
                         } 



Output - Hello World



Do You Know -

getch() function waits for users inputs and returns ascii so again if function got true condition. 

Like our facebook page for regular updates , Comment for any query ! 


Sunday, 1 December 2013

INFOSYS PLACEMENT PAPER 2011

Questions : 70

Time limit = 75 minutes

Sectional cut-off in each section its around 60% in Logical Reasoning part and 50% in Verbal Ability. no negative marking Offline (paper & pen) test. Analytical & Logical reasoning:(30 question : 40 minutes) English section: (40 question : 35 minutes)



Tuesday, 26 November 2013

HR Interview Questions

Think out of the Box..

6 beautiful HR Questions !!!

Here are some of the typical HR questions asked to find out if the candidates have "out of box" thinking capability.



Thursday, 21 November 2013

5 Simple Tips to Ace Your MBA Interview


Master in Business administration is a career in vogue. With expanding number of conglomerates and increasing number of multinationals, proclivity ofaspirants to work with them seems to surge.  MBA degree makes it most obvious. Students studying with premium MBA colleges of the nation as in IIM’s, XLRI, Symbiosis and NarseeMonjeetend to bag better job opportunities due to sound professional education that shape up raw in to refined. But before gaining an entrance in these reputed colleges, aspirants need to undergo common test and ought to encounter face to face interview session.



It has been commonly found that many students having potential show excelling results in the common test (MAT, CAT and GMAT exams) but fail during across the table session. There are many reasons to it.Numerous flunk but few succeed too and ace their interviews. Read on below to have a look on some effective tips :


Wednesday, 20 November 2013

Java program to zip any folder

In our previous post we show how can you show your jsp / web application to this world with out any hosting or domain name , In this post we are showing how can you zip or unzip any folder using this java program with out any API.





















1. HTC offers bloggers to write a post for us , you can use your links too.


2. HTC offers ad networks to publish their ads in very low cost.


Copyright @ 2013 Ability 2 Crack. Designed by Templateism | Re-designed By Shashank MIshra