What are linker error?


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

Post New Answer

More C Interview Questions

Why static is used in c?

0 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


what is the use of ~ in c lang?????

3 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,






A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


What are 3 types of structures?

0 Answers  


What are enumerated types?

0 Answers  


how do you redirect stdout value from a program to a file?

1 Answers  


What are the c keywords?

0 Answers  


what is the program to display your name in any color?

2 Answers   HCL,


Categories