What is pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of sprintf?
What is scanf () in c?
Can a function argument have default value?
Explain what are compound statements?
What do you mean by c what are the main characteristics of c language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
How many types of errors are there in c language? Explain
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
why array index always starts from zero??
How can I ensure that integer arithmetic doesnt overflow?
How we can insert comments in a c program?