In C language, a variable name cannot contain?
What is the mean of this statement:: if(int i=0 * i=9)
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is getch?
Differentiate between static and dynamic modeling.
Explain following declaration int *P(void); and int (*p)(char *a);
how to execute with out main in cprogram
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
who is the founder of c
19 Answers College School Exams Tests, HP,
what will be the output for the following main() { printf("hi" "hello"); }
write a own function to compare two strings with out using stringcomparition function?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What does int main () mean?