How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
2 8756struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
1 6527FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
4 6819Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9103An array name contains base address of the array. Can we change the base address of the array?
4 13565Post New Wipro C Interview Questions
What is the function of NER and NET?
What is the use of global.asax?
What does a continue statement do in python?
What is the scope of stateful bean in spring?
Where you have applied oops in automation framework?
Explain how can I archive messages sent or received by my users?
1Q.What is importance of sap bi with crm? 2Q. Why do we require marketing analytics
What is the struts2 jquery plugin and its advantages.
How do I make changes to system32?
How do I view javascript in chrome?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How do you make your application on elastic beanstalk application private?
What is cdk in angular?
Why does google rank wikipedia for so many topics?
Is postgresql is nosql?