What is an auto keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
#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?
main difference between c and c++ language
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
In which category does main function belong??
What are the advantages and disadvantages of c language?
what are the facialities provided by you after the selection of the student.
What is nested structure in c?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Differentiate b/w Modify and Update commands giving example.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
write a C program to print the program itself ?!