Is it possible to initialize a variable at the time it was declared?
No Answer is Posted For this Question
Be the First to Post Answer
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
How can I read data from data files with particular formats?
What is the newline escape sequence?
What is c language and why we use it?
write a program to check whether a number is Peterson or not.
what is the structure?
Is there any possibility to create customized header file with c programming language?
prog for 1st five prime numbers in 2^x - 1
what is the difference between 123 and 0123 in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
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,