Is return a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
what is the diff b/w static and non static variables in C. Give some examples plz.
What is sizeof in c?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
What are the different data types in C?
What are pointers? What are different types of pointers?
What is a macro in c preprocessor?
p*=(++q)++*--p when p=q=1 while(q<=6)
what is data structure
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
How would you rename a function in C?