Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) 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
3 11509study the code:
#include
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
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 6294How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?
6 11796What 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
What are cookies python?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
How do I transfer my wordpress site to xampp?
How many types of objects does python support?
Explain the components shown on the home screen of wordpress.
Which is better c or python?
Explain why would we use === instead of ==?
Why do we use __ init __ in python?
How to include cms block in template file(.phtml)?
Explain about vectors in c ++?
What is a python template engine?
How can you encrypt password using php?
What are the advantages and disadvantages of pointers?
How do I clear cache in drupal?
What is laravel php?