Explain data types & how many data types supported by c?
No Answer is Posted For this Question
Be the First to Post Answer
why effort estimation is important?
What is the difference between malloc() and calloc() function in c language?
Tell me what are bitwise shift operators?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Explain the difference between fopen() and freopen().
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
How can you find the day of the week given the date?
what is the importance of spanning tree?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Is null a keyword in c?