Explain how can you be sure that a program follows the ansi c standard?
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript written in c?
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
what is link list?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Meaning of () in c
How can I convert a number to a string?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
How can I write functions that take a variable number of arguments?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What is the value of h?
what is the benefit of c30