Answer Posted / guest
ctrl+f9
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is the use of a static variable in c?
Why is python slower than c?
Explain what is the benefit of using enum to declare a constant?
What are header files and explain what are its uses in c programming?
How do I use strcmp?
What is p in text message?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Why is structure important for a child?
Which node is more powerful and can handle local information processing or graphics processing?
Hai what is the different types of versions and their differences
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are the disadvantages of c language?
Can i use “int” data type to store the value 32768? Why?