which is conditional construct
a) if statement
b) switch statement
c) while/for
d) goto
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by keywords in c?
main() { int a; a=++100; printf("%d",a); getch(); }
Explain the advantages of using macro in c language?
What do you mean by a local block?
what about "char *(*(*a[])())();"
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What are the advantages and disadvantages of c language?
What is the purpose of sprintf() function?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
wat is the meaning of c?