PDN address stands for Packet Data Network address is an IP address. when the UE initially attaches to the LTE
What is a class instance variable in Ruby?
The Variables starts with the @ character are called instance variables. They belong to individuals’ objects – or instances of
What is ARP?
ARP stands for Allocation and retention priority. It is basically used for deciding whether new bearer modification or establishment request should be
What is GBR, NGBR, MBR, A-AMBR and UE-AMBR?
LTE GBR, N-GBR, MBR, A-AMBR and UE-AMBR To ensure that bearer traffic in LTE networks is appropriately handled, a mechanism
What are default and dedicated bearer?
A default bearer is created when UE attach to network for the first time, and default bearer remains as long
How to right comments in Ruby programming?
Line starts with a # character are treated as comments by Ruby interpreter. So if you want to right comments
Q57 Write a C program to remove duplicates in a sorted array.
#include<stdio.h> int remove_duplicate(int arr[], int arr_size) { int i, j = 0; printf(“Printing original array elements\n”); for(i
Q56 What is meaning of run time error and compile time error in C?
Complie time error – An error which is identified at compile time is called compile time error. Below program will
Q55 What is difference and purpose of using exit() and return() in a function?
exit() is used to exit our program and return control to the operating system and return() is used to return
Q54 Implement your own toupper(), tolower() and isupper() functions.
toupper() library function is used to covert a given letter to uppercase. tolower() library function is used to covert a
Q53 Write a program to convert lowercase character to uppercase and vice versa.
Before writing program for lowercase to uppercase and vice versa conversion, we should know ascii value corresponding lowercase and uppercase
Q52 What is the work of compiler, linker, loader and assembler?
Compiler – It is a program which translates a high level language program(source code) into a machine language program. It
Q51 What does printf() and scanf() return?
Please click on the link i/o and o/p functions in C
What is Ruby on rails?
Ruby on Rails, or simply Rails, is a web application framework written in Ruby under MIT License. Rails is a an impressive framework, providing default structures for