Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is Function Pointer? Explain with example?
What is Dynamic Initialization.
What is the advantage of an array over individual variables?
Write a program to reverse a given number in c?
What is c standard library?
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
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
What is the explanation for cyclic nature of data types in c?
What is the 'named constructor idiom'?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Explain the difference between null pointer and void pointer.
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,