How to implement a packet in C
No Answer is Posted For this Question
Be the First to Post Answer
Give the Output : * * * * * * * * * *
what are non standard function in c
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Explain what is a program flowchart and explain how does it help in writing a program?
How can you dynamically allocate memory in C?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
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,
Difference between strcpy() and memcpy() function?
How can you invoke another program from within a C program?
What is the stack in c?
shorting algorithmS
What is a shell structure examples?