What is %d used for?
No Answer is Posted For this Question
Be the First to Post Answer
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
Does sprintf put null character?
how to construct a simulator keeping the logical boolean gates in c
why we use "include" word before calling the header file. is there any special name for that include??????
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What is Dynamic Initialization.
Is c call by value?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Is it acceptable to declare/define a variable in a c header?
What are two dimensional arrays alternatively called as?