What is function prototype in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement a delay, or time a users response, with sub-second resolution?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What is a const pointer, and how does it differ from a pointer to a const?
How do we print only part of a string in c?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
in which language c language is written?
What is the size of structure in c?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
difference between function & structure
Is that possible to store 32768 in an int data type variable?
What is a built-in function in C?
can u give me the good and very optimised code for a car racing game?