A subset of traditional C
An extension of traditional C
A superset of traditional C
Same as traditional C
Shoulder shrug
Jointed fingertips
Hands swinging loosely
Pointed finger
USB connection
Internal battery
Charger
Adapter
Attenuation
Distortion
Filtering
None of the above
Students, tutors
Other sources, tutors
Tutors, fellow learners
AWS
IBM Watson
Microsoft Azure
Google Drive
List
Structure
Array
Union
Pulse Code Modulated Signal
Frequency Modulated Signal
Pulse Width Modulated Signal
Pulse Amplitude Modulated Signal
4-bit
8-bit
16-bit
32-bit
While
If.else
#define
Case
avrgcc
g++
cpython
avrdude
What will be the output of the following code
#include <stdio.h> void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
12
15
17
20
TCP
HTTP
IP
FTP
Software
Devices
Cloud
Management system
IoT System
Embedded System
Grid System
Cloud System
NANO
STRIDE
OCTAVE
PASTA
Signal
Machine to machine
Interconnected
Network
32
64
8
16
What is the output of the following program?
for(;;)
{
Statements
}
Error
Statements will run forever
This an infinite loop
Both (B) and (C)
What is the objective of the code given below if it is executed on the Arduino Uno?
#include<EEPROM.h> int pin=13; void setup() { pinMode(pin,OUTPUT); Serial.begin(9600); { void loop() for(int i-0; i<EEPROM.length(); it+) { EEPROM.write(i, 1) digitalWrite(pin,HIGH; exit(0); }
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's