Is c programming hard?
No Answer is Posted For this Question
Be the First to Post Answer
Is null equal to 0 in sql?
how to convert an char array to decimal array
What is the difference between far and near in c?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
what is the most appropriate way to write a multi-statement macro?
how to execute with out main in cprogram
What is the difference between null pointer and wild pointer?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Difference between linking and loading?