What are the types of data structures in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of pointers used in c language?
Why is c called c?
WAP to accept first name,middle name & last name of a student display its initials?
What is C language ?
Are the outer parentheses in return statements really optional?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
the data type used for unlimited value in c and how to do this program
What is mean by data types in c?
which will be first in c compiling ,linking or compiling ,debugging.
What will the preprocessor do for a program?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,