Answer Posted / ruth
c source file converted into exe file automatically when
you run the program
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
Is c dynamically typed?
Which is the best website to learn c programming?
Describe the difference between = and == symbols in c programming?
Why do we use return in c?
What are the ways to a null pointer can use in c programming language?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
The difference between printf and fprintf is ?
I came across some code that puts a (void) cast before each call to printf. Why?
How can I manipulate strings of multibyte characters?
Is there any possibility to create customized header file with c programming language?
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain what is the best way to comment out a section of code that contains comments?
What is pointer to pointer in c with example?
Explain pointers in c programming?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)