Who invented bcpl language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of function in c?
write a method for an array in which it can display the largest n next largest value.
how to reverse string "Hello World" by using pointers only. Without any temp var
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the difference between malloc() and realloc()?
WAP to accept first name,middle name & last name of a student display its initials?
Explain how do you determine whether to use a stream function or a low-level function?
What are global variables and how do you declare them?
How can I write a function that takes a format string and a variable number of arguments?
What is the full form of getch?