What is the deal on sprintf_s return value?
No Answer is Posted For this Question
Be the First to Post Answer
explain memory layout of a C program
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
how can i calculate mean,median,mode by using c program
to get a line of text and count the number of vowels in it
Table of Sudoku n*n
What is a stream water?
How do you print only part of a string?
What is the right type to use for boolean values in c?
Explain the difference between struct and union.
How to removing white spces in c programming only bu using loops
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Do you know the difference between exit() and _exit() function in c?