What is a good data structure to use for storing lines of text?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer ?
10 Answers Kernex Micro Systems,
How can I trap or ignore keyboard interrupts like control-c?
What are identifiers in c?
What will the preprocessor do for a program?
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,
What is a program?
What is an array in c?
Why do we use main function?
Tell us the use of fflush() function in c language?
What is %s and %d in c?
Why Modern OS are interrupt driven?Give an example
What is the Purpose of 'extern' keyword in a function declaration?