What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language & why it is used?
Why is this loop always executing once?
please explain every phase in the "SDLC" in the dotnet.
Are pointers integer?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
difference between c and c++?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What do the functions atoi(), itoa() and gcvt() do?
Is c weakly typed?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Does c have enums?
What is Dynamic Initialization.