Is r written in c?
No Answer is Posted For this Question
Be the First to Post Answer
in iso what are the common technological language?
why do we use pointer instead directly acessing the data?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
The variables are int sum=10,SuM=20; these are same or different?
Is there a way to compare two structure variables?
Explain how can I write functions that take a variable number of arguments?
write a program to print calender using for loop.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why clrscr is used after variable declaration?
Tell me what is null pointer in c?
what will be maximum number of comparisons when number of elements are given?
Difference between Shallow copy and Deep copy?