A function 'q' that accepts a pointer to a character as
argument and returns a pointer to an array of integer can
be declared as:
A)int (*q(char*)) []
B)int *q(char*) []
C)int(*q)(char*) []
D)None of the Above
Answers were Sorted based on User's Feedback
Explain how do you list a file’s date and time?
write a program to count the no of repaeted words in a line?
Why dont c comments nest?
What is the -> in c?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
write a program in c to print **** * * * * ****
What do you mean by recursion in c?
Which is better malloc or calloc?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com