Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of a union variable?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
what is a void pointer?
Why does the call char scanf work?
What are identifiers in c?
Can we assign integer value to char in c?
what are the compilation steps? ( i want inside the compiler )
what is a static function
Where local variables are stored in c?
Write a program to find minimum between three no.s whithout using comparison operator.
What is string function c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));