what is the differnce between programing langauge and tool?
is sas is a programing langauge r tool?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can a variable be both constant and volatile?

0 Answers  


What is formal argument?

0 Answers  


How to print %d in output

6 Answers   Wipro,


What is scope rule of function in c?

0 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


Explain the concept of "dangling pointers" in C.

2 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Can we declare a function inside a function in c?

0 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


Categories