What are structure types in C?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Is the following code legal? struct a { int x; struct a b; }
list the no of files created when c source file is compiled
Write any data structure program (stack implementation)
What is structure padding & expalain wid example what is bit wise structure?
whitch value return void main?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how to compare two strings without using strcmp() function??
can we write a program in c for printf and scanf without using header file stdio.h
Determine if a number is a power of 2 at O(1).
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }