How many levels of pointers have?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a pre-processor and its advantages.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
What is the difference between struct and typedef struct in c?
what are brk, sbrk?
What is const volatile variable in c?
1. Write a program to reverse every second word in a given sentence.
can any one provide me the notes of data structure for ignou cs-62 paper
Explain how do you convert strings to numbers in c?
find largest of 3 no
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
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,