how many key words availabel in c
a) 28
b) 31
c) 32
No Answer is Posted For this Question
Be the First to Post Answer
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
what is a pointer
4 Answers Bank Of America, TCS,
What is && in c programming?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What are the general description for loop statement and available loop types in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
Write a program to find the biggest number of three numbers in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Whether there can be main inside another main?If so how does it work?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
How is pointer initialized in c?