What are types of functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


What is default value of global variable in c?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


Why is main function so important?

0 Answers  






actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


What are the preprocessor categories?

0 Answers  


can we store values and addresses in the same array? explain

3 Answers   TCS,


Is file a keyword in c?

0 Answers  


Is it valid to address one element beyond the end of an array?

0 Answers  


Categories