What is echo in c programming?
What is a good way to implement complex numbers in c?
Bit swapping
Explain what are the standard predefined macros?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
write a function for strtok()??
how to find out the reverse number of a digit if it is input through the keyboard?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Find the highest of three numbers and print them using ascending orders?
What are the advantage of c language?
What are function pointers? Provide an example.
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 Answers Accenture, Infosys, Wipro,
Is javascript written in c?