Answer Posted / chandramohan
printf is a predefined function in c language to print the
content on to the console.
it is comming from stdio.h library
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
can we change the default calling convention in c if yes than how.........?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Dont ansi function prototypes render lint obsolete?
Explain how do you sort filenames in a directory?
Explain what are binary trees?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain null pointer.
What is pointer to pointer in c language?
What is property type c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why should I use standard library functions instead of writing my own?
Write a program of advanced Fibonacci series.
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Explain the use of #pragma exit?
Explain what are the different file extensions involved when programming in c?