Is main is a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do I round numbers?
what is the program to display your name in any color?
#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.
how to implement stack operation using singly linked list
what is the difference between procedure oriented and object oriented progaming language
hi send me sample aptitude papers of cts?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
How can I delete a file?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is a good data structure to use for storing lines of text?
Is a house a mass structure?