Why is c platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn data structures in c or python?
Apart from dennis ritchie who the other person who contributed in design of c language.
Can you please explain the difference between strcpy() and memcpy() function?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Why is the code below functioning. According to me it MUST NOT.
What is the difference between the = symbol and == symbol?
What is the easiest sorting method to use?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
plz answer.. a program that takes a string e.g. "345" and returns integer 345
yogesh patil in dell
How the processor registers can be used in C ?