503 views

1 Answer

Related questions

1 votes
1 votes
1 answer
1
pooja kadu asked Aug 7, 2016
2,170 views
consider the declaration:char first(int(*)(char,float));int second(char,float);Which of the following function invocation is valid and how?a) first(*second);b) first(&sec...
0 votes
0 votes
0 answers
4
Sanjay Sharma asked Oct 19, 2017
380 views
Data security in C programming languagecan be implemented using the data storageattribute—(A) Register(B) Static(C) Void(D) int