what type of questions arrive in interview over c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between linking and loading?
please explain every phase in the "SDLC" in the dotnet.
what is c++ programming?
Explain what is #line used for?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
how can i sort numbers from ascending order and descending order using turbo c..
What is p in text message?
What is meant by initialization and how we initialize a variable?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
How the processor registers can be used in C ?