Is javascript based on c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer and structure in c?
What is the total generic pointer type?
Write a program to check armstrong number in c?
What are directives in c?
How can I find out how much free space is available on disk?
what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these
how can i calculate mean,median,mode by using c program
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
How can a program be made to print the name of a source file where an error occurs?
Why c is procedure oriented?
Why doesn't C have nested functions?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch