What is the acronym for ansi?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this initialization?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Why cant I open a file by its explicit path?
What is dynamic dispatch in c++?
Can you tell me how to check whether a linked list is circular?
Write a factorial program using C.
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is the meaning of && in c?
Write a program to swap two numbers without using the third variable?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Explain how can you be sure that a program follows the ansi c standard?