What are the types of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers and keywords in c?
What is a program?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Explain bitwise shift operators?
#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.
Explain the use of keyword 'register' with respect to variables.
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
pierrot's divisor program using c or c++ code
How is actual parameter different from the formal parameter?
What is volatile variable in c?
What are the c keywords?
What is a pragma?