How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
2 8976struct 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 6711FIND 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 7117Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9362An array name contains base address of the array. Can we change the base address of the array?
4 13952Post New Wipro C Interview Questions
What does it mean to be objective?
Why artificial intelligence is needed?
What is the use of string function length(string) in AWK?
Explain the concept of ssi ?
What is the use of <> sql?
What are the components used in web tier?
Explain how can you tell whether a program was compiled using c versus c++?
What is meant by bot?
Is windows host process rundll32 virus?
Explain Outbound Message Perform in Workflow?
What are static blocks in java ?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
in single column there is india and malaysia and uk canada and dubai,saudi.ok i need using valuable prompt i select asian country will be display india malaysia and i will select eurobe country only display uk canada.pls tell me any how do set this concept using valuable prompt
How do I set outlook to index my location?
How do I convert a number to text in excel?