Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int main and void main?
What is the auto keyword good for?
How can variables be characterized?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Do you know what are bitwise shift operators in c programming?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is difference between structure and union in c?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
What does char * * argv mean in c?