Can a function argument have default value?
No Answer is Posted For this Question
Be the First to Post Answer
What is the process to generate random numbers in c programming language?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
How can a program be made to print the line number where an error occurs?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
What is pointer to pointer in c?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What is fflush() function?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
why we use pointer in c
Explain how can you restore a redirected standard stream?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM