Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Languages Interview Questions
Questions Answers Views Company eMail

What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 10437

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

MindFire, TCS, Tech Mahindra,

8 19836

Write a c program to build a heap method using Pointer to function and pointer to structure ?

MAHINDRA, Protech, Sivan Tech,

3174

Write a program to add a given duration with time(24hrs format)

Protech,

1 5097

write a program to count the no of repaeted words in a line?

1 4524

swap two number wthout using third variable

eClerx,

4 12345

do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

Oracle,

1 3963

write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

Zensar,

1 4305

write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

Zensar,

2 5027

write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

Oracle,

3 7104

write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

Mind Tree,

3 5221

What will happen when freeing memory twice

2 4539

what is polymorphism?

Accenture,

14 18446

what is oops

NIIT,

4 6639

Program to print 0 to 9 in cross order

3 5067


Un-Answered Questions { Programming Languages }

What is a Encryption Process ?

1073


What are the similarities between c and c++?

1085


What is the difference between Struts and JSF? Pls list some most suitable differences.

3332


Tell me what are different methods to copy an object in python?

931


What is python’s standard way of identifying a block of code?

848


What is the main use of c++?

1131


What does append () do in python?

833


How can we change the value of a constant?

985


How to get current page uri in django template.

481


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1991


What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids

2217


What is rvm?

5


Does copy increase retain count?

1


How do I delete categories in wordpress 2019?

176


Explain what math functions are available for integers? For floating point?

1124