What is string function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the preprocessors?
What is structure padding & expalain wid example what is bit wise structure?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Is boolean a datatype in c?
Why #include is used in c language?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the meaning of typedef struct in c?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,