What is pass by reference in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a addition of two no. program with out using printf,scanf,puts .
Which header file is used for clrscr?
How do I swap bytes?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
Define Spanning-Tree Protocol (STP)
What is pass by reference in c?
what will be maximum number of comparisons when number of elements are given?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
any string of bits of length 'n' represents a unique non- negative integer between.............?
What are global variables?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is the OOPs concept?