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? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

Accenture, Infosys, Wipro,

3 11509

study the code: #include void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

Accenture, TCS,

15 21139

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include and #include "file.h"

Accenture,

15 20999

What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

1 6294

Who is the father of PHP and explain the changes in PHP versions?

ADISoft Tech, Genpact, PropTiger, TWA,

15 34617

In how many ways we can retrieve the date in the result set of mysql using PHP?

Yahoo,

5 18922

What is the difference between mysql_fetch_object and mysql_fetch_array?

Sarv,

10 37360

What is the difference between $message and $$message?

BSPL, eGrove, i-Net Solution,

12 33756

How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?

6 11796

How can we create a database using PHP and mysql?

3 7838

What are the differences between require and include, include_once?

3 15221

Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??

5 10934

What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?

HCL,

7 19729

Name the Functions in IMAP, POP3 AND LDAP?

2 17754

How can I execute a PHP script using command line?

Sify,

4 16973


Un-Answered Questions { Programming Languages }

What are cookies python?

880


Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

1947


How do I transfer my wordpress site to xampp?

202


How many types of objects does python support?

966


Explain the components shown on the home screen of wordpress.

156


Which is better c or python?

814


Explain why would we use === instead of ==?

942


Why do we use __ init __ in python?

883


How to include cms block in template file(.phtml)?

3


Explain about vectors in c ++?

1041


What is a python template engine?

910


How can you encrypt password using php?

1057


What are the advantages and disadvantages of pointers?

1076


How do I clear cache in drupal?

127


What is laravel php?

1029