How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
2 8792struct 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 6555FIND 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 6866Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9135An array name contains base address of the array. Can we change the base address of the array?
4 13610Post New Wipro C Interview Questions
What is fixed assets turnover ratio? What does it indicate?
How do you convert a text file to pdf?
What are image sprites?
How to convert string into datetime?
What is a service layer in java?
What is the use of BloomMapFile?
What do you mean by the dictionary in python?
from where do u receive the information to develop report
WHAT WOULD BE THE RATE OF DEPRECIATION OF RAILWAY SIDING AT STRAIGHT LINE METHOD UNDER COMPANIES ACT?
What is the meaning of accrual calculation? : cost center accounting
how to lock tables?
What is proxy in hibernate?
How do you import lov's?
What is function currying in Scala?
Define model database?