If I have a char * variable pointing to the name of a function ..
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
Explain what standard functions are available to manipulate strings?
How can you find out how much memory is available?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
find out largest elemant of diagonalmatrix
Find greatest number out of 10 number without using loop.
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
How is a null pointer different from a dangling pointer?
difference between c and c++
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
How to Throw some light on the splay trees?