what type of questions arrive in interview over c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is gets() function?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Tell us bitwise shift operators?
What are the different types of C instructions?
How can I access memory located at a certain address?
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.
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
who is the father of C Language?
20 Answers CTS, UST,
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
What are actual arguments?
tell me the full form of c?